| Age | Commit message (Collapse) | Author | Files | Lines |
|
Mirror the tags autocomplete behaviour for the categories field, loading
suggestions from docs/categories.txt via load_categories().
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
ARTICLE_TYPES lowercased to match Hugo theme expectations. FrontmatterEditor
now matches the existing frontmatter value case-insensitively so the correct
type is selected rather than defaulting to the first item.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
FrontmatterEditor was only handling tags as a list; categories fell
through to str(val) which produced Python repr output in the widget
and wrote corrupted TOML strings on save. Extend display and save
logic to all list-typed frontmatter fields generically.
Also update TODO with new bugs and reorganise frontmatter section.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
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>
|
|
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>
|
|
display, simplify _save
|
|
|