Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 896 Bytes

File metadata and controls

11 lines (11 loc) · 896 Bytes

crossnotes

crossnotes is a simple notes app built with pure swift and the library SwiftCrossUI that can run on Mac, Linux and Windows

Features

  • 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

Developing

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.

Building

The project uses swift bundler for building. Refer to the swift bundler docs for building distributables for your platform!