diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-03 11:41:07 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-03 11:41:07 +0200 |
| commit | d821a186b485f395d83ab76ee73e4c21e7441a66 (patch) | |
| tree | 01277d01fb96a4cc3f8c6f9340abd7870ccc7946 /TODO.md | |
| parent | 52324fc84fd824b081bb8d4bdafc8e23601907d9 (diff) | |
| download | publisher-d821a186b485f395d83ab76ee73e4c21e7441a66.tar.gz publisher-d821a186b485f395d83ab76ee73e4c21e7441a66.zip | |
Chore: updated handoff and todo list
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -15,3 +15,11 @@ Known gaps from initial implementation. Functional for daily use — these are e ## Autocomplete - [ ] **FrontmatterEditor: multi-token tag autocomplete** — `QCompleter` only completes the first token in the tags field. Need a custom completer that splits on commas, completes the current token, and re-joins. Consider subclassing `QCompleter` or intercepting `textEdited` to extract the active token. File: `ui/frontmatter_editor.py`. + +## Drafts + +- [ ] Add visible hints to quickly identify articles with `draft = true` in frontmatter. The hints can be added to the list view as well as the single view as a badge, color difference, etc. + +## Transart backend availability + +- [ ] Using the `OLLAMA_HOST` variable in transart.py, validate if the backend is available or disable the "translate" button. Maybe add a popup message reminding to activate the runpod for the translation engine to be available.
\ No newline at end of file |
