Results 216 comments of Moritz Jung

> I guess that the whole code is called asynchronously. Yes, since the entry point is an `onclick` hander, which is always queued as an async task. If your code...

This sounds to be more a templater bug and not a meta bind one.

meta bind relies on obsidian native events. If the event is not triggered until an editor change happens, then that is a templater bug.

They are using the same theme. However if you select a custom theme in the plugin settings, the background color of that theme is applied to code blocks and not...

The plugin now allows you to select two themes—one for when Obsidian is in dark mode, and one for when Obsidian is in light mode. As long as you don't...

I don't see any noticeable lag with the code block you included in this issue.

running inside of WSL Ubuntu 24 on Windows 10 on an average 4 year old gaming PC

Same thing under windows. The next update will make rendering async, so at least it won't block the editor in edit and LP mode.

You might want to consider using Svelte for the UI, as Svelte makes complicated UIs like this easier.

> The feature is quite new and not explicitly mentioned anywhere. Mostlike we are the only two knowing about it at the moment. > > And if anybody actually dug...