Trikzon / obsidian-frontmatter-links

An Obsidian plugin that renders links in a note's frontmatter as links.
MIT License
64 stars 8 forks source link

Will not load on mobile #10

Closed Calorion closed 1 year ago

Calorion commented 1 year ago

As title. Here's the Console:

image

Trikzon commented 1 year ago

I am investigating this now. It should work on mobile, and I did test it before publishing it, but now it doesn't work

Calorion commented 1 year ago

I think it's the same issue as this: https://github.com/swar8080/obsidian-plugin-update-tracker/issues/5

Trikzon commented 1 year ago

As far as I can tell, this plugin now works on mobile after the 1.2.5 update.

A possibility is that the previous version was using "regex lookbehinds" and that's not supported on iOS... but tbh I'm not sure what those are (regex was added in a PR for the last version) and a lot of the last version's logic has been rewritten for the new version.

If you still have issues with mobile, reopen this issue.