summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
5 daysfeat: add meta_type, meta_tags, meta_categories, meta_date properties to ArticleDanilo M.1-0/+29
6 daysfeat: add font_size config option, apply at startupDanilo M.1-0/+3
Reads font_size (int, default 10) from config.toml and sets it as the app-wide QFont point size before the main window is shown. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 dayschore: add CLAUDE.md, HANDOFF.md, design spec, implementation plan, ↵Danilo M.1-1/+1
frontmatter fixes
6 daysfix: narrow exception clause to ValueError/OSError, add corrupt frontmatter testDanilo M.1-1/+1
6 daysfeat: article scanner with translation pair detectionDanilo M.1-0/+34
6 daysfix: remove unused field import, document orphan-discard contract in ↵Danilo M.1-1/+2
save_taxonomy
6 daysfeat: taxonomy load/save with IT/EN pair alignmentDanilo M.1-0/+23
7 daysfeat: TOML frontmatter parse/write with tomlkitDanilo M.1-0/+28
7 daysfeat: Article dataclass and ARTICLE_TYPESDanilo M.1-0/+15
7 daysfix: clean up config module - remove self-import pattern, pass path ↵Danilo M.1-12/+7
explicitly in tests
7 daysfeat: config load/save with tomlkitDanilo M.1-0/+40
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 dayschore: initial project scaffoldDanilo M.1-0/+0