pending.nvim/lua/pending
Barrett Ruth 66eb93a6d1 feat(parse): flexible time parsing for @ suffix
Problem: the @HH:MM time suffix required zero-padded 24-hour format,
forcing users to write due:tomorrow@14:00 instead of due:tomorrow@2pm.

Solution: add normalize_time() that accepts bare hours (9, 14),
H:MM (9:30), am/pm (2pm, 9:30am, 12am), and existing HH:MM format,
normalizing all to canonical HH:MM on save.
2026-02-25 20:34:51 -05:00
..
sync fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
buffer.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
complete.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
config.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
diff.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
health.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
init.lua feat(parse): flexible time parsing for @ suffix 2026-02-25 20:34:51 -05:00
parse.lua feat(parse): flexible time parsing for @ suffix 2026-02-25 20:34:51 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
store.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
views.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00