JamesKF
February 20, 2024, 7:25pm
4
I can confirm that I don’t have this issue on my vault. What triggered this issue in your vault ?
As a sidenote, internal and external links with aliases aren’t supported yet in properties therefore neither updated. Hence the following feature requests :
Use case or problem
I want to use markdown links in the frontmatter
---
link: "[other note](../other%20note.md)"
---
Such link doesn’t render as a link in the preview mode and doesn’t get updated is other note is being renamed
MOD-EDIT: For the FR regarding external markdown links (like [google](https://google.com)) go here
Adding my voice here: I’m also using markdown links in a list in properties.
aliases: [Kleene operator, Kleene closure]
source:
- "[regexone site](https://regexone.com/lesson/kleene_operators)"
- "[wikipedia](https://en.wikipedia.org/wiki/Kleene_star)"
I’d love if obsidian recognized these as links, so that they’re clickable in the reading view
MOD-EDIT: For the FR regarding internal markdown links (like [mynote](note.md)) go here