Hello, Your project looks very promising, but I'm currently using https://obsidian.md/ for the notes. It would be great not to use any electron based software, but to do so Marknote need a few enhancements. 1) Git support: the notes should be easy accesable on disk, and it should be a command 'commit all & push' 2) the notes should be structured into the tree-like hierarchy (seems to be a corollary of previous issue) 3) Search by #tags
(In reply to Kakadu.hafanana from comment #0) > 1) Git support: the notes should be easy accesable on disk, and it should be > a command 'commit all & push' This one is already done. Notes are stored as regular .md files on the disk, just like obsidian does. You don't have control over _where_, though. They're located in "<Your documents path>/Notes/<name of your notebook>" (e.g. /home/username/Documents/Notes/Notebook1).