Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-02-28 23:34:32 +03:00
parent b039a1224f
commit 5a634c5a38

View File

@ -178,7 +178,7 @@ var setup = function(){
- cordova app - cordova app
- fs ??? - fs ???
- Item templates: - Item templates:
collapsed:: true - ASAP keyboard actuation (a-la checkboxes)
- inline DONE - inline DONE
collapsed:: true collapsed:: true
- TEMPLATE - TEMPLATE
@ -706,15 +706,6 @@ var setup = function(){
- --- - ---
- # Markers: - # Markers:
- ASAP, TEST, BUG, FIX, HACK, STUB, WARNING, and CAUTION - ASAP, TEST, BUG, FIX, HACK, STUB, WARNING, and CAUTION
- # Basic task management
- [%] Completion status
- Inline [X] checkboxes [_]
- To do items/blocks
- [_] undone item
_(clicking the checkbox updates the item)_
- [X] done item
- [_] we can also add inline [x] checkboxes and states: [%]
- navigating checkboxes in view mode can be done via `ctrl-left` / `ctrl-right` and toggling is done via `space`
- # links - # links
- [link](about:blank) - [link](about:blank)
- [local links](#attributes) - [local links](#attributes)
@ -740,6 +731,20 @@ var setup = function(){
- @ Heading - @ Heading
- @ Heading - @ Heading
- @ Heading - @ Heading
- # Basic task management
- [%] Completion status
- Inline [X] checkboxes [_]
- To do items/blocks
- [_] undone item
_(clicking the checkbox updates the item)_
- [X] done item
- [_] we can also add inline [x] checkboxes and states: [%]
- Navigating checkboxes in view mode can be done via `ctrl-left` / `ctrl-right` and toggling is done via `space`
- Setting `ignore:: true` will not count the nested checkboxes
in the parent status (see child checkboxes)
collapsed:: true
ignore:: true
- [X] these [ ] checkboxes are ignored from the above summery status.
- # Templating: - # Templating:
- # Inline - # Inline
- TEMPLATE - TEMPLATE