esm7

Results 371 comments of esm7

That's very useful, thank you. I'll post a fix ASAP.

That's indeed a very nice feature, and I am sure that many users will find it useful. Now, the bad news is that I don't think it will be done...

See the suggestion here: https://github.com/esm7/obsidian-map-view/issues/140 I believe that together with the Templater plugin, you can easily set up what you're looking for.

Thanks for sharing! Whether Map View should implement this internally is something I'm in a dilemma about. On one hand, this is surely a useful feature, and having it built...

Added a `$filename$` template parameter in the just-released version 4.0.0 :balloon:

That's a side effect I did not consider, and it sounds like enough of an annoyance to convince me to work on a more comprehensive implementation.

Wow that's incredibly surprising (I'm using Android too). Getting debug info from the mobile app is trickier than desktop. If any of you know how to connect USB debugging and...

When USB debugging is enabled on the phone, it's possible to connect to Obsidian running on the device from within Chrome at chrome://inspect#devices. From there you can inspect the mobile...

That is super helpful, thank you! It's awesome you managed to get that.

That's spot on. I started using `structuredClone` in 4.0.0 for better state management and seems like the web view in some Android releases don't have it (seems like mine does)....