Notes app with support for WebXDC application format.
- GFM Markdown support
- Live preview of notes while editing
- Folders to categorize notes
- View history of notes
- Mentions + View of notes you've been mentioned in
- Export notes to Markdown, HTML, PDF (As well as export whole folders to zipped archives)
- Import from Txt/Markdown (As well as zipped archives with these formats)
Use pnpm package manager
pnpm dev
– run dev serverpnpm build
– build app intobuild/
directory, automatically generates.xdc
file as well- It requires
zip
to be installed in order to generate.xdc
file
- It requires
This code is licensed under GPLv3