Let’s say I have a note with the following property:
test:
- hello
- world
- "[[test]]"
I’m trying to use inline dataviewjs to fetch notes that contain the item “[[test]]”. It works with “hello” but for some reason I cannot get it to work with a link ie. “[[test]]” see the example below:
I’ve been losing my mind trying to make this work for hours now so I must be doing something wrong and the documentation related to inline dataviewjs is very minimal. Can’t find an example of that either. I tried all sort of things but nothing will work. Anyone?
One way to avoid this is to use the file.frontmatter property which…
Contains the raw values of all frontmatter in form of key | value text values; mainly useful for checking raw frontmatter values or for dynamically listing frontmatter keys.
Oh wow thanks so much! I’ve learned so much during this journey about Obsidian’s and Dataview’s APIs. It’s been a fun yet frustrating-at-times adventure.