Results 216 comments of Moritz Jung

Found a fix. We can simply add an `interactive-child` class to the input field, and Obsidian's click handler will ignore clicks within the element with the class. Not sure if...

Since it seems you are still working on this, please request a review when it is done.

After some time, I looked at this again and noticed a few reasons why it isn't a good fit for the example vault. It is quite impressive, but too complex...

I tested this, and it seems like `properties` does not help, but excluding `yaml` does. So this does not help with the PDF export, since I don't want to globally...

Though it seems like I found a fix for the issue. I will test it a bit more, and if it works correctly, I will release a fix. ```ts if...

You need my meta bind plugin for that to work

https://github.com/mProjectsCode/obsidian-meta-bind-plugin

This seems to be a limitation of the Obsidian API. The section info for code blocks in callouts and quotes is `null` in LP and the section of the callout/quote...