mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50:07 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b039a1224f
commit
5a634c5a38
@ -178,15 +178,15 @@ 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
|
||||||
text [cursor]
|
text [cursor]
|
||||||
- TEMPLATE title
|
- TEMPLATE title
|
||||||
text [cursor]
|
text [cursor]
|
||||||
- sub-tree DONE
|
- sub-tree DONE
|
||||||
collapsed:: true
|
collapsed:: true
|
||||||
- TEMPLATE title
|
- TEMPLATE title
|
||||||
- text [cursor]
|
- text [cursor]
|
||||||
- TEMPLATE title *boo*
|
- TEMPLATE title *boo*
|
||||||
@ -194,7 +194,7 @@ var setup = function(){
|
|||||||
- TEMPLATE title [new]
|
- TEMPLATE title [new]
|
||||||
- text [cursor]
|
- text [cursor]
|
||||||
- multi-template DONE
|
- multi-template DONE
|
||||||
collapsed:: true
|
collapsed:: true
|
||||||
- TEMPLATE [A] [B] [C]
|
- TEMPLATE [A] [B] [C]
|
||||||
- aaa
|
- aaa
|
||||||
- bbb
|
- bbb
|
||||||
@ -212,7 +212,7 @@ var setup = function(){
|
|||||||
- action:
|
- action:
|
||||||
- duplicate template text / subtree (w.o. markers)
|
- duplicate template text / subtree (w.o. markers)
|
||||||
- select / place cursor at cursor marker
|
- select / place cursor at cursor marker
|
||||||
- TODO:
|
- TODO:
|
||||||
- nested templates??
|
- nested templates??
|
||||||
- global templates -- or should this be an external macro???
|
- global templates -- or should this be an external macro???
|
||||||
- revise syntax
|
- revise syntax
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user