A fast, desktop-first & Vim-friendly Markdown editor
Notary is an attempt to build a markdown editor that focuses on simplicity, speed and the possibility to write content with Vim bindings.
Notary doesn't have any sort of special format for documents. It simply reads from a ~/notes
folder and uses .md
files for documents.
- Everything on your machine
- Local files and folder
- No telemetry collection
If you want to sync your documents, connect the ~/notes
folder with your source control manager of choice and handle your own syncing!
Note Notary might add support for syncing through the app in the future.
- React.js
- TypeScript
- Codemirror
- Replit Vim plugin (https://github.com/replit/codemirror-vim)
- Tailwind CSS
- Tauri
Meta + N
: Create a new documentMeta + I
: Toggle document informationMeta + Y
: Preview documentMeta + P
: Search notes paletteMeta + Shift + F
: Search content across files
Notary is open for contributors! Please submit a issue beforehand to note what you want to add or fix with Notary. Then, simply fork the repository and create a pull request describing your changes.