Include mentioned pages in dataview table

So i created a related section in my notes, so each note has a dataview table that brings all other notes that share tags with the current note.

Would it be possible to also include other pages mentioned within the note?

Things I have tried

This is my current table, it works.

TABLE WITHOUT ID
file.link as Topic,
join(tagmatches) as Matches,
join(tags) as Tags

FLATTEN list(filter(file.etags, (t) => econtains([[]].tags, t))) as tagmatches WHERE length(tagmatches) > 0

sort file.name asc

What I’m trying to do

Not only bring matching tags, but if I mention [[ ]] a note, for that note to also be included in the related table.

thanks gusys

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.