crossnotes is a simple notes app built with pure swift and the library SwiftCrossUI that can run on Mac, Linux and Windows
- saves notes as .md files that can be easily synced
- supports basic markdown (bold, heading 1-6, lists, small text)
- italic markdown support
- multiple folder support
To set up the development environment, you simply need to follow the SwiftCrossUI setup guide. After that, running it is as simple as running swift bundler run on the project root.
The project uses swift bundler for building. Refer to the swift bundler docs for building distributables for your platform!