Bug 485882 - [Feature Request] Towards replacing Obsidian Notes
Summary: [Feature Request] Towards replacing Obsidian Notes
Status: REPORTED
Alias: None
Product: Marknote
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: mbruchert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-21 10:01 UTC by Kakadu.hafanana
Modified: 2024-04-28 13:07 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).