index
:
publisher
master
A python app for mainstreaming a hugo multilingual setup publishing workflow
by Danilo aka danix
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
6 days
fix: remove dead code/imports, wrap fm column in QScrollArea, fix path ↵
Danilo M.
3
-12
/
+13
display, simplify _save
6 days
feat: frontmatter editor dialog with type dropdown and tag autocomplete
Danilo M.
1
-0
/
+85
6 days
feat: article detail panel with frontmatter display and markdown preview
Danilo M.
1
-0
/
+132
6 days
feat: articles view with IT/EN tabs and missing translation highlight
Danilo M.
2
-3
/
+133
6 days
fix: wire badge into sidebar layout, remove unused QFont/QSizePolicy imports
Danilo M.
1
-3
/
+11
6 days
feat: main window with sidebar navigation and file watcher
Danilo M.
3
-0
/
+212
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 days
fix: correct remove_article return type, emit started via QProcess signal
Danilo M.
2
-2
/
+2
6 days
feat: TranslationWorker QProcess for transart.py streaming
Danilo M.
1
-0
/
+48
6 days
feat: HugoWorker QProcess with log streaming
Danilo M.
1
-0
/
+49
6 days
feat: GitWorker QThread for pull/push/rm/restore
Danilo M.
1
-0
/
+72
6 days
fix: narrow exception clause to ValueError/OSError, add corrupt frontmatter test
Danilo M.
2
-1
/
+9
6 days
feat: article scanner with translation pair detection
Danilo M.
2
-0
/
+75
6 days
fix: remove unused field import, document orphan-discard contract in ↵
Danilo M.
1
-1
/
+2
save_taxonomy
6 days
feat: taxonomy load/save with IT/EN pair alignment
Danilo M.
2
-0
/
+66
7 days
feat: TOML frontmatter parse/write with tomlkit
Danilo M.
2
-0
/
+77
7 days
feat: Article dataclass and ARTICLE_TYPES
Danilo M.
2
-0
/
+51
7 days
fix: clean up config module - remove self-import pattern, pass path ↵
Danilo M.
2
-26
/
+17
explicitly in tests
7 days
feat: config load/save with tomlkit
Danilo M.
2
-0
/
+69
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 days
chore: add .gitignore
Danilo M.
1
-0
/
+6
7 days
chore: initial project scaffold
Danilo M.
6
-0
/
+14