Regex for Obsidan links
up:: Obsidian
Order of matching
When applying transformations it is important to match in the order above:
- Images (
![[…]]
)- Link with alias (
[[…|…]]
)- Link without alias (
[[…]]
)Otherwise, the matches will be applied incorrectly. Images for example, match links without an alias as well.
All three in one: