summaryrefslogtreecommitdiffstats
path: root/core/config.py
AgeCommit message (Collapse)AuthorFilesLines
5 daysfeat: add typora_args config field for Wayland launch flagsDanilo M.1-0/+3
Allows passing extra CLI args (e.g. --ozone-platform=wayland) to Typora at launch without baking them into the binary path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 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>
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>