It’s a Dutch (I’m Dutch) pronunciation of the word “note”
It’s a Dutch (I’m Dutch) pronunciation of the word “note”
Hah! Didn’t realize. Indeed! Although apparently still called “noot” then.
Yes this is doable, with the caveat that I have not invested a lot of time in documenting all the plug APIs etc. You can have a look at the mermaid plug to get a sense of how this can be done, it will be similar except that you — indeed — may end up having to post something to a URL somewhere rather than render the thing on-the-fly with a JavaScript library you load externally: https://github.com/silverbulletmd/silverbullet-mermaid
It’s .silverbullet.db in the root of your space folder. Note that because there’s no schemas in SB, SQLite is used as a fancy key-value store and many queries become somewhat (but not very) optimized table scans. In this SQLite file you’ll see a “kv” table that contains everything.
That said, I have not tested this with hundreds of thousands of notes (I have close to a thousand myself). No performance issues there, but…
Yes, it’s using SQLite under the hood in Online mode and IndexedDB in the browser in Sync mode.
Well I have for the last two years, but I’m biased because I wrote it 🤓
It’s pretty simple. Supports a single username:password combo, issues a JWT in a cookie and that’s it.