|
|
|
|
|
by The_Colonel
1315 days ago
|
|
Some corrections: > - future proof file format (markdown) Trilium has Markdown-like editing experience, but it stores the notes in HTML. Which is IMHO more future-proof than Markdown. > - possible as local standalone + sync to simple cloud storage (like gdrive/dropbox/...) Trilium stores data in an SQLite database, and sync tools like gdrive/dropbox don't know how to sync it and usually corrupt the database. To sync correctly, you need to have a server with trilium installed. |
|
No—Markdown is just plaintext, which by definition is the most future-proof format that exists.
HTML is a structured markup language that has multiple versions and tags that come and go. And it’s dependent on a user agent (such as a browser or voice assistant) to render it into something a human can view or listen to.
And while Markdown can be rendered, it’s not required to be human readable.