How to render deep links applicationName:///path/to/resource
as clickable in query results
#2302
dcgk
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for the tip!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I added some deep links in the form of
applicationName:///path/to/resource
to note properties. In the Obsidian properties pane, these deep links are recognized and clickable.Using dataview query, at first, the resulting table did not recognize these as links.
I solved this by adding this function: `elink(propertyName, "Display as This")'
Works like a charm and I can now easily hop around between different resources and applications. for example, I use this to link to projects in OmniFocus.
Hope this will be helpful for someone.
Beta Was this translation helpful? Give feedback.
All reactions