Skip to content

Can I set "Tag value" to none (empty), so it just show if any tag is found in note's body? #5

@xupisco

Description

@xupisco

Here's what I am trying to achieve... https://www.reddit.com/r/ObsidianMD/comments/1kxrrb4/how_can_i_see_all_current_document_tags_that_are/

(Also, found your plugin there... :)

EDIT: My current dataview query:

```dataview
TABLE WITHOUT ID join(filter(this.file.etags, (x) => !contains(this.file.frontmatter.tags, substring(x, 1)))) as "Tags in note"
WHERE file = this.file
GROUP BY file.etags as Tags```

Issues:

  • I have to add in every note
  • Still shows "Dataview: No results to show for table query" if nothing is found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions