pending.nvim/lua/pending
Barrett Ruth e8ebe154a1 feat(detail): parse and validate editable frontmatter on save (#163)
Problem: the detail buffer rendered metadata as read-only virtual text
overlays. Users could not edit status, priority, category, due, or
recurrence from the detail view.

Solution: render frontmatter as real `Key: value` text lines highlighted
via extmarks. On `:w`, `parse_detail_frontmatter()` validates every
field (status, priority bounds, `resolve_date`, `recur.validate`) and
aborts with `log.error()` on any invalid input. Removing a line clears
the field; editing the `# title` updates the description.
2026-03-13 20:49:33 -04:00
..
sync feat: add cancelled task status with configurable state chars (#158) 2026-03-13 20:49:33 -04:00
buffer.lua feat(detail): parse and validate editable frontmatter on save (#163) 2026-03-13 20:49:33 -04:00
complete.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-11 12:55:36 -04:00
config.lua feat: add markdown detail buffer for task notes (#162) 2026-03-13 20:49:33 -04:00
diff.lua feat: add cancelled task status with configurable state chars (#158) 2026-03-13 20:49:33 -04:00
forge.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-11 12:55:36 -04:00
health.lua refactor(forge): simplify auth gating (#139) 2026-03-11 12:28:22 -04:00
init.lua feat: add markdown detail buffer for task notes (#162) 2026-03-13 20:49:33 -04:00
log.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
parse.lua fix(parse): skip forge refs in right-to-left metadata scan (#142) 2026-03-11 13:02:55 -04:00
recur.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-11 12:55:36 -04:00
store.lua feat: add markdown detail buffer for task notes (#162) 2026-03-13 20:49:33 -04:00
textobj.lua fix(diff): preserve due/rec when absent from buffer line (#68) 2026-03-05 12:46:54 -05:00
views.lua feat: add markdown detail buffer for task notes (#162) 2026-03-13 20:49:33 -04:00