6 ms·
Thank tarwin! The app saves metadata like priorities, tags and rank/orders, pin status, favorite status (for files) and sorting (for folders) inside the app its
by sliqqq 15d ago
Thank tarwin! The app saves metadata like priorities, tags and rank/orders, pin status, favorite status (for files) and sorting (for folders) inside the app itself, technically in ONE simple .json in the app's macOS data folder (might have different locations on Intel and Apple silicon macs):
~/Library/Application Support/.... .notesplus/notes-metadata.json
It's a simple key-value JSON, simply a list of every file, and the according prio, tags, etc. (if set). The notes themselves are not touched and there are NOT any .files or so.
Regarding speed: To be honest i rebuild the app multiple times from scratch, every single time for performance reasons. ;)
- tarwin 15d agoCan I suggest an option to allow saving a .nodes-plus/ directory in any open directory? And save the metadata there? That way you have a portable collection?
- sliqqq 15d agoYes, i create a ticket for that: https://bugreport.notesplus.io/tickets/beae09ea-ba82-4668-84bd-9c403a512abb https://bugreport.notesplus.io/tickets/beae09ea-ba82-4668-84... ;)