What I’m trying to do
- Display links to the current note using both dataview and a base.
Dataview uses:
list
from [] and !outgoing([])
Base uses filter:
file.hasLink(this.file)
Things I have tried
Links placed inside/under a numbered list as such
- some text
- nest bullet [[link]]
fail to render in the dataview, the base and linked mentions (shows in unlinked mentions)
In the numbered list is changed to a bulleted list, everything is fine.
Why I’m posting
- To confirm whether this is a universal (know, and chronic) issue.
- To contribute to collective clarity so that I (and others) can better format notes without unexpected “invisible links.”