Results 216 comments of Moritz Jung

I intended to make some static templates, but I never got around to it. I am open to PRs on that front though.

The scroll issue is caused by how Obsidian handles code block post processors. I don't think there is anything I can do about it. The original highlighting showing happens on...

I am also not updating highlights on scroll for performance reasons. Maybe something can still be improved there.

I had a fix for this a while back, but that broke interaction with some input fields on android in LP.

No, I am absolutely not interested in maintaining a fork for mobile. The major reasons are: 1. Extra time investment 2. There is no way to distribute a plugin as...

I tested around a bit more. `preventDefault` on the click event will prevent the callout from going into "edit" mode, but it also breaks some input fields like the date...

I don't know how to prevent the callout from going into edit mode without breaking some input fields. I am open to suggestions and PRs if someone has an idea.

That, sadly, does not work. It was one of the first things I tried, but `event.preventDefault()` is needed to stop the callout from unfolding. `event.stopPropagation()` and `event.stopImmediatePropagation()` are not enough.