Summary
Improve tag visibility in VS Code hover, note details, and sidebar entries.
Tags are currently easy to overlook even when they are stored on a note. They should be visible wherever users inspect note metadata.
Example Hover
Improve parser error recovery
Tags
#todo #parser #error-handling
Symbol: parse_config
Updated: 2026-07-27
Requirements
- Display tags in editor hover content.
- Display tags in note detail or edit views.
- Display tags in sidebar note entries where space allows.
- Use a consistent format across all extension surfaces.
- Avoid overwhelming the hover when a note has many tags.
- Truncate or wrap tags gracefully.
- Escape Markdown-sensitive tag text correctly.
- Keep tags clickable where supported, opening a tag-filtered result view.
Acceptance Criteria
Design Principle
Metadata should be visible at the moment it helps users understand and navigate a note.
Summary
Improve tag visibility in VS Code hover, note details, and sidebar entries.
Tags are currently easy to overlook even when they are stored on a note. They should be visible wherever users inspect note metadata.
Example Hover
Requirements
Acceptance Criteria
Design Principle