| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 6 days | fix: preserve article body when saving frontmatter | Danilo M. | 1 | -2/+3 | |
| FrontmatterEditor._save was passing empty string as body to write_frontmatter, erasing all content below the +++ delimiter. Now reads body via parse_frontmatter before writing back. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||||
| 6 days | feat: multi-token tag autocomplete in FrontmatterEditor | Danilo M. | 1 | -3/+36 | |
| 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 <noreply@anthropic.com> | |||||
| 6 days | fix: remove dead code/imports, wrap fm column in QScrollArea, fix path ↵ | Danilo M. | 1 | -3/+2 | |
| display, simplify _save | |||||
| 6 days | feat: frontmatter editor dialog with type dropdown and tag autocomplete | Danilo M. | 1 | -0/+85 | |
