blacksmithgu / obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/.
https://blacksmithgu.github.io/obsidian-dataview/
MIT License
6.93k stars 408 forks source link

Access temporary dataview links #51

Open SkepticMystic opened 3 years ago

SkepticMystic commented 3 years ago

One of the things I love about this plugin is the temp links it creates. I can make MOCs without cluttering my graph, for example.

But now having tried out the list from [[note]] feature, there are times where I would actually like a page with a temporary link to note to appear in the results of the query. I'm not sure if that makes sense.

Is it possible to include a toggle tempLinks, for example, to indicate that any notes with temp links should count when querying for that link?

blacksmithgu commented 3 years ago

Temporary links? Do you mean links generated by dataview, or links to files which don't exist?

SkepticMystic commented 3 years ago

I may be using the wrong terminology. Links created by dataview.

If a dv codeblock in note [[A]] creates a "temp" link to note [[B]], then there are some cases where I would like list from outgoing([[A]]) to return [[B]], even tho this "outgoing link" isn't a real Obsidian link.

AB1908 commented 1 year ago

I honestly don't think this is doable at all. #1279 seems like the same thing.