]> danix's work - publisher.git/commit
feat: multi-token tag autocomplete in FrontmatterEditor
authorDanilo M. <redacted>
Sun, 3 May 2026 14:09:26 +0000 (16:09 +0200)
committerDanilo M. <redacted>
Sun, 3 May 2026 14:09:26 +0000 (16:09 +0200)
commit365b911ba1288ccfb428602ba765750ad9d0a139
tree42467975cbb2208b576088e24d504077183bb0e3
parent86fd963587ce87b56f208daf07714c0f87a8cb08
feat: multi-token tag autocomplete in FrontmatterEditor

Replace single-token QCompleter with MultiTokenCompleter that
completes each comma-separated tag independently. Activating a
suggestion inserts the completed tag and positions cursor after
a trailing ", " separator for immediate next-tag input.

Co-Authored-By: Claude Sonnet 4.6 <redacted>
ui/frontmatter_editor.py