I am looking for a new markdown editor (Win 11 / Linux)
I am a fan of .md file organization without the complexities of a database. Does Deepdwn use a database in any fashion?
Hello!
Deepdwn does use a (local) sqlite database exclusively for tracking word count changes over time (for this feature). It contains only a word count, timestamp and filename.
For everything else, the markdown files themselves are the source of truth, and are processed when launching Deepdwn. This includes the content of your files for search and display, all file tagging and categorization, directory structure, and all other metadata (whether a document is pinned, or enforces a right-to-left direction, etc). This is actually one of Deepdwn’s core features/principles.
That said, there are some features that I would like to add that will rely on either external files or a database, namely more powerful search tools, and edit history storage that can’t realistically be stored in markdown(+yaml), so those may be added in the future.
Now I tend to close the window a lot when I want to go back to viewing my data, Maybe a way to scroll the dataset table and note under it. Or open it in another nested window? I work with CVS/Excel. I like the current ways to do tables but when it comes to something premade I have to do a lot of back and forth.