summaryrefslogtreecommitdiffstats
path: root/ui/taxonomy_view.py
AgeCommit message (Collapse)AuthorFilesLines
5 daysfeat: propagate tag renames to articles after taxonomy saveDanilo M.1-2/+53
After saving TaxonomyView, detect renamed IT/EN tags by comparing old and new it_to_en dicts, then rewrite frontmatter of affected articles. Status bar shows count of updated articles. Taxonomy save failure aborts propagation. Adds pytest-qt and four unit tests for _detect_renames. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 daysfeat: add Categories tab to TaxonomyViewDanilo M.1-5/+101
Single-list editor for docs/categories.txt with article usage counts scanned from frontmatter. Supports multi-select delete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 daysfeat: taxonomy view with IT/EN pair table and orphan detectionDanilo M.1-0/+131