Skip to content
Discussion options

You must be logged in to vote

I found an answer here: https://forum.obsidian.md/t/in-dataview-task-queries-is-it-possible-to-make-the-tasks-work-like-regular-links-where-i-can-right-click-and-open-them-in-a-new-tab/59475/4?u=oneechan69.

If you list the actual DOM (or HTML-stuff) of the rendered markdown for some links and a query returning a task, you’ll get the output shown below:

What we can see here, is that both the existing and non-existing link are shown as <a href ...> ... link , or ordinary html links. The task on the other hand, is just shown as a <span ... >My task. It’s in no way an ordinary link, and as such doesn’t have the same context menu as ordinary links.
The reason some actions work, at all, relat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Oneechan69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant