Replies: 2 comments 6 replies
-
I like this idea, but in all honesty even the snippets.json might be overkill for this project. We could simply stuff the metadata of the snippet, i.e. notes in the file or have a separate hidden file for each snippet with the same name to keep metadata that way we don't need to manage a database. What are your thoughts on that? |
Beta Was this translation helpful? Give feedback.
-
SQLite is portable, but I'd rather have the snippets saved separately and individually in some text format. |
Beta Was this translation helpful? Give feedback.
-
After the migration of snippets to folders with #31, I realized that I have a bunch of orphaned snippets. This is presumably from running multiple instances of nap concurrently.
Replacing snippets.json with a SQLite database with allow multiple nap processes to update the snippets "database".
Beta Was this translation helpful? Give feedback.
All reactions