Zef Hemel
Zef Hemel
The linked code also has some bugs, e.g. it doesn't seem to properly expand based on the header names. This is something to be addressed so I'll also add the...
Maybe use https://github.com/darkriszty/MarkdownTablePrettify-VSCodeExt
Thanks for this. Indeed, there's no proper conflict detection at this stage.
A way to implement this is to add a type of “conditional put”. That is, “only write this page to disk, if the current timestamp matches X otherwise reject”. For...
Btw, this is one of those tickets where I see it as important (security in general), but I have very personal little interest in implementing this myself. So if there's...
I've had it set up in two ways over time. Earlier I simply ran a tiny little $5 Linode, installed SB, put [Caddy](https://caddyserver.com/) in front of it to add SSL...
This is possible to do, but would you really like this to happen instantly? Sometimes I accidentally check a box for instance. And if it's instant it may be confusing...
If you look at the Soulver UI, it used a panel to the right to show calculation results. This is doable in SB but it will be tricky to align...
Can be based on this: https://github.com/5anthosh/fcal
Yeah, this is something that would be nice to have. Codemirror has support for this, we just have to figure out how to configure it. It’s documented here: https://codemirror.net/docs/ref/ (the...