Bug 485882

Summary: [Feature Request] Towards replacing Obsidian Notes
Product: [Applications] Marknote Reporter: Kakadu.hafanana
Component: GeneralAssignee: mbruchert <mbb>
Status: REPORTED ---    
Severity: wishlist CC: carl, kiril, mbb
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Kakadu.hafanana 2024-04-21 10:01:40 UTC
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
Comment 1 Kiril Vladimirov 2024-04-28 13:07:53 UTC
(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).