Inbox for unlinked block reference at bottom of note (dataview?)

What I’m trying to do

Hi, Lately I’ve been working a lot with block references. I have “source notes” (e.g. about a book) in which I write bullet points. For each bullet point, I append 1-3 links to “topic notes”, which are notes in which I arrange block references to the bullet points on a particular topic however I like (under specific headings and subheadings, with some text in between). When I go to the bottom of a topic note, I want to see all my “new” bullet points related to the topic that I haven’t put in as block references yet.

Things I have tried

I can do this with dataview at the note level with from [[]] and !outgoing([[]]) , but not at the bullet level. At bullet level, I can get all bullets that are linked to the topic with the following query, but I can’t exclude those that are already linked as block reference.

```dataview
list item.text
FLATTEN file.lists as item
WHERE contains(item.text, this.file.name)
sort file.cday desc

Any ideas and approaches are welcome!

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