mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
docs + notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
44a542e816
commit
7d0e913443
@ -51,6 +51,8 @@ var setup = function(){
|
||||
- BUG: mobile browsers behave quite chaotically ignoring parts of the styling...
|
||||
-
|
||||
- ## ToDo:
|
||||
- undo: checkboxes and DONE??
|
||||
_...this should be triggered by text change -- move current implementation to .__editedcode__()??..._
|
||||
- copy/paste nodes/trees
|
||||
- FEATURE: read-only mode
|
||||
- auto-shift done blocks to the end of siblings... (option?)
|
||||
@ -209,9 +211,13 @@ var setup = function(){
|
||||
| c-right | next checkbox |
|
||||
| space | toggle current checkbox |
|
||||
| c-d | toggle current element DONE |
|
||||
| enter | normal mode: edit node |
|
||||
| | edit mode: create node below |
|
||||
| esc | exit edit mode |
|
||||
| c-z | normal: undo |
|
||||
| c-s-z | normal: redo |
|
||||
| c | normal: crop current node |
|
||||
| enter | normal: edit node |
|
||||
| | edit: create node below |
|
||||
| esc | crop: exit crop |
|
||||
| | edit: exit edit mode |
|
||||
- ### Formatting
|
||||
- The formatting mostly adheres to the markdown spec with a few minor differences
|
||||
-
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user