From d821a186b485f395d83ab76ee73e4c21e7441a66 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 3 May 2026 11:41:07 +0200 Subject: Chore: updated handoff and todo list --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 40fdf68..cc33e7e 100644 --- a/TODO.md +++ b/TODO.md @@ -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 -- cgit v1.2.3