pending.nvim/lua/pending
Barrett Ruth 4321d7913f fix(parse): position-independent inline metadata parsing
Problem: `parse.body()` scanned tokens right-to-left and broke on the
first non-metadata token, so metadata only worked at the trailing end
of a line. `due:tomorrow Fix the bug` silently failed to parse the
due date.

Solution: Replace the right-to-left `while` loop with a single
left-to-right pass that extracts metadata tokens from any position.
Duplicate metadata tokens are dropped with a `log.warn`. Update docs
and tests accordingly.
2026-03-13 20:47:34 -04:00
..
sync feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00
buffer.lua feat(detail): parse and validate editable frontmatter on save (#163) 2026-03-13 11:06:45 -04:00
complete.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
config.lua feat: add markdown detail buffer for task notes (#162) 2026-03-13 08:22:04 -04:00
diff.lua feat: add cancelled task status with configurable state chars (#158) 2026-03-12 20:55:21 -04:00
forge.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
health.lua fix: revert dev 2026-03-13 17:58:49 -04:00
init.lua fix: revert dev 2026-03-13 17:58:49 -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): position-independent inline metadata parsing 2026-03-13 20:47:34 -04:00
recur.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
store.lua feat: add markdown detail buffer for task notes (#162) 2026-03-13 08:22:04 -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 08:22:04 -04:00