For my notes app, I’ve been experimenting with using local plain-text #Markdown files, while also keeping a #SQLite database that stores exact replicas of these files.
The SQLite database is used only for indexing, which should make keyword searches in notes much faster. #dev
The SQLite database is used only for indexing, which should make keyword searches in notes much faster. #dev
4