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]
Number of notes containing the tag. Sort key.
Notes where the tag occurs in YAML tags:.
tags:
Notes credited to inline #tag because YAML did not already contain it.
#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).