Hacker News new | ask | show | jobs
by stavros 838 days ago
It's "just" a SQLite database, I wrote a small Python script to extract my Joplin notes to a static site:

https://gitlab.com/stavros/notes/

1 comments

On the other hand Obsidian markdown with front-matter can be fed pretty much directly to a static site generator.

Sqlite does give some speed improvements and makes searching easier.