The new Properties system handles wikilinks, and url strings, but not markdown links (i.e. “( )” ). Using a url is not ideal when you are linking externally. For example if I am linking to Akira Kurosawa’s imdb page I want to use a markdown link, “[Akira Kurosawa]( https://www.imdb.com/name/nm0000041/?ref_=tt_ov_dr )”, instead of just the url, which gives no information about what the external link is.
Proposed solution
v1.4 already renders wikilinks correctly. Can the same thing be done for markdown links?
I wanted to update my properties in bulk, trying to add clickable external URLs of my git history of each file.
Currently, one cannot add https:// and only text strings are accepted, so I went with:
The absence of this feature is probably the last annoying thing about using Obsidian fluently. I can paste a raw HTTP link in the frontmatter manually via an external editor and only by surrounding it with quotes. But if I try to update it in Obsidian, it adds spaces after http (e.g. http:<space>//...) and makes the frontmatter invalid.
Update: seems like Frontmatter Links plugin does the job pretty well. The only “limitation” is that links must be surrounded by quotes or double quotes, which means - there won’t be any help (IntellySence) from the editor to write those links.
Just ran into this myself, so it’s nice seeing others have commented!
I’m trying to expand out the feature set of the GitLab Issues plugin. The example readme shows a really nice Dataview example block that creates a live task list, which I want on my daily notes page to help track things. However, the URL is external. I don’t know if Dataview is capable of masking or formatting a long URL, so I instead tried to get things working in the properties so I could link off of it. And then I ran into this issue.
There are other attributes that the GitLab API exposes that could be properties, and a few of them (like related issues) could be affected by this as well.