mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Merge pull request #1 from tsmalls33/local
markdown comment description
This commit is contained in:
commit
153a63750f
1 changed files with 18 additions and 3 deletions
|
|
@ -3,11 +3,26 @@
|
|||
--
|
||||
-- File structure expected:
|
||||
-- # TODO Lists
|
||||
-- ## General Section ✅2 ❌1
|
||||
-- ## General Section 📜 1/2 📜
|
||||
-- - [ ] undated task
|
||||
-- ## DD-MM-YYYY ✅0 ❌3 (newest date first)
|
||||
-- - [ ] task
|
||||
-- - [x] done task
|
||||
-- ## DD-MM-YYYY ⏳ 0/2 ⏳ (date sections sorted newest first)
|
||||
-- - [ ] task
|
||||
-- - [ ] another task
|
||||
--
|
||||
-- Section stat icons (auto-updated on toggle and InsertLeave):
|
||||
-- ✅ all tasks done (any section)
|
||||
-- 🚨 today, 0 done, ≥2 total
|
||||
-- ⏳ today (default)
|
||||
-- 📅 future date
|
||||
-- ❌ past date
|
||||
-- 📜 general (non-date heading)
|
||||
--
|
||||
-- Features:
|
||||
-- Toggle cascades to children; unchecking a child unchecks parent,
|
||||
-- checking last sibling checks parent. Spacing is auto-normalized
|
||||
-- (blank lines around headings, none between sibling tasks).
|
||||
-- Tasks can be moved between date sections and a general section.
|
||||
|
||||
local M = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue