pending.nvim/lua/pending
Barrett Ruth afb9e65f8d refactor(views): adopt markdown checkbox line format
Problem: task lines used an opaque /ID/  [N] prefix format that was
hard to read and inconsistent between category and priority views.
Header lines had no visual marker distinguishing them from tasks.

Solution: render headers as '## Cat', task lines as
'/ID/- [x|!| ] description'. State encoding: [x]=done, [!]=urgent,
[ ]=pending. Both views use the same construction.
2026-02-24 23:14:32 -05:00
..
sync fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
buffer.lua feat(init): multi-level priority with <C-a>/<C-x> 2026-02-24 22:20:18 -05:00
config.lua refactor(config): change default category from Inbox to Todo 2026-02-24 23:14:23 -05:00
diff.lua feat(init): multi-level priority with <C-a>/<C-x> 2026-02-24 22:20:18 -05:00
health.lua fix(health): remove superfluous config info lines 2026-02-24 18:56:12 -05:00
init.lua feat(init): multi-level priority with <C-a>/<C-x> 2026-02-24 22:20:18 -05:00
parse.lua fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
store.lua feat(store): add snapshot() and atomic json write 2026-02-24 18:44:13 -05:00
views.lua refactor(views): adopt markdown checkbox line format 2026-02-24 23:14:32 -05:00