Zef Hemel

Results 418 comments of Zef Hemel

Wow, putting a command link a header — yeah that's not something I anticipated people would do 😆

Not sure this is possible, but using HTML for it seems like a reasonable approach. That’s not currently supported though, but I created an issue for that separately: https://github.com/silverbulletmd/silverbullet/issues/702

Ok, I'll see if I can make this a bit more sequential and tweak some timeouts to not overwhelm somewhat lower powered setups.

I tweaked the the message queue parameters now (it only processes 3 messages at a time, and has a double the length timeout). If you like, you can try this...

I think the reload issue is unrelated to the errors you're seeing. The errors look like they come from the anchor $something syntax being used unintentionally with duplicates. I'll fix...

Not right now, but I can think about adding it. Honestly, for me it's pure hobby. I have a job that gives me enough income, donations probably won't help that...

I can see this working, I would challenge how “niche” this use case is, though. What would you be using this for in practice?

Clever stuff. One syntax suggestion to consider instead of `{{ section }}` and `{{ /section }}` would be the HTML comment syntax which is technically also markdown compatible and has...

Right, I think I may know what's wrong here. Thanks for reporting.