Merge branch 'master' of github.com:flynx/pWiki

This commit is contained in:
Alex A. Naanou 2023-10-21 15:53:23 +03:00
commit f1d2cedee1

View File

@ -51,13 +51,14 @@ var setup = function(){
- ASAP: mobile browsers behave quite chaotically ignoring parts of the styling... - ASAP: mobile browsers behave quite chaotically ignoring parts of the styling...
- ASAP: call `.sync()` on all changes... - ASAP: call `.sync()` on all changes...
- pgup/pgdown/home/end buttons - pgup/pgdown/home/end buttons
- autofocus (option) - identify a block (index, id, ...)
- copy/paste nodes/trees - focus
- `<editor>.autofocus`
- `focused:: true` attr (`.text(..)`/`.json(..)`/`.load(..)`)
- focusing editor -> focus focused block
- undo - undo
collapsed:: true collapsed:: true
- delete node - edit stack (position, action, ...)
- indent/deindent
- edit node
- auto-shift done blocks to the end of siblings... (option?) - auto-shift done blocks to the end of siblings... (option?)
- ...or should this be `sort:: done` -- i.e. sort children by done status?? - ...or should this be `sort:: done` -- i.e. sort children by done status??
- codeblock as a block - codeblock as a block
@ -68,6 +69,7 @@ var setup = function(){
code code
``` ```
- _bullet should be either in the middle of the block or at the first line of code (preferred)..._ - _bullet should be either in the middle of the block or at the first line of code (preferred)..._
- copy/paste nodes/trees
- FEATURE: read-only mode - FEATURE: read-only mode
- export html - export html
- embed css - embed css
@ -87,6 +89,7 @@ var setup = function(){
- `<editable/>` -- field marker - `<editable/>` -- field marker
- each child node will copy the template and allow editing of only fields - each child node will copy the template and allow editing of only fields
- not clear how to handle template changes... - not clear how to handle template changes...
- cli
- Q: do we use \\t for indent? (option???) - Q: do we use \\t for indent? (option???)
- Q: persistent empty first/last node (a button to create a new node)? - Q: persistent empty first/last node (a button to create a new node)?
- Q: should list bullets be on the same level as nodes or offset?? - Q: should list bullets be on the same level as nodes or offset??