Replies: 1 comment 2 replies
-
I have a similar but a bit broader question. I would like to be able to query external links as well as internal links betwen notes. So, something like
I understand that external links are a bit more annoying to parse than regular links, since some of them will be in the footnote format, and yet others will have no "link format" at all, i.e. won't be in the form I've read that Dataview doesn't actually parse content, which makes sense, so maybe this is because Obsidian itself doesn't provide that information that it is not currently available in Dataview? For example, I found this plugin which does something similar to what I want, but it seems to manually parse the content of a single note at a time: https://github.com/giselle197/obsidian-external-links-in-document/tree/master. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have Dataview fields defined as
Link:: [Google](https://www.google.com/)
and would like to extract the link and change the display text. Is it possible to do that?I tried
elink(link, "🔗")
but it did not work.Beta Was this translation helpful? Give feedback.
All reactions