One row of the listTags response.
Tracks frontmatter vs. inline occurrences separately — useful for detecting tag drift (e.g. #draft inline that should be moved to tags: [draft] in YAML).
#draft
tags: [draft]
Total occurrences across the vault (frontmatter + inline). Sort key.
Occurrences in YAML tags: arrays.
tags:
Occurrences as inline #tag in note body.
#tag
Normalized tag (lowercased, no leading #).
#
One row of the listTags response.
Tracks frontmatter vs. inline occurrences separately — useful for detecting tag drift (e.g.
#draftinline that should be moved totags: [draft]in YAML).