Might it be because I use non-standard characters in my links?
Because your Regex posted on the discord didn’t work for me.
To find all the links in my vault and exclude block references and headings I need this Regex:
\[\[([§\w\döäüßâèéêàæëÿçüûîôùïœ\s\.]+)[\^#]?(?:.*)?\]\]
The g
and i
flags are enabled.
There is a solution to make this Regex prettier, but it doesn’t work in the browser curiously enough…
Public update: The Regex discussion has moved to a private chat.