mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2026-06-04 05:20:35 +00:00
ee80f65736
Reduce visual clutter by only showing category pills for categories that aren't already mentioned as wiki links in the note's content. Implementation: - Store outgoing links separately in links.ts before adding categories - Added outgoingLinks to vfile DataMap type - Modified CategoryList to filter out categories already in outgoingLinks - Only category pills for unlinked categories are now displayed Example: If a note has categories: [[LLM]], [[Anthropic]], [[AI]] and the content mentions [[LLM]] and [[Anthropic]], only the AI category pill will appear. This follows Wikipedia's principle of avoiding redundant links and reduces visual clutter while maintaining backlinks and graph connections. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>