Hello. I have a note with no activated links inside. Like [[test]] but the file is not created yet. So there is no file test.md in the vault. How to make a list of all links of the file? test test1 test2
LIST FROM outgoing([[this file]])
Doesn’t work as linked files not created yet
file.outlinks holds all outlinks of a given file, amme can be used in queries.
file.outlinks
If you’re just interested in the current file, you could use `= this.file.outlinks `, if you’ve enabled inline queries for Dataview.
`= this.file.outlinks `
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.