mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 18:40:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e313a1a7e3
commit
94f3d912c4
@ -52,6 +52,7 @@ var setup = function(){
|
|||||||
- FEATURE: read-only mode
|
- FEATURE: read-only mode
|
||||||
- FEATURE: `collapse-children:: true` block option -- when loading collapse all immediate children
|
- FEATURE: `collapse-children:: true` block option -- when loading collapse all immediate children
|
||||||
- FF: figure out a way to draw expand/collapse bullets without the use of CSS' `:has(..)`
|
- FF: figure out a way to draw expand/collapse bullets without the use of CSS' `:has(..)`
|
||||||
|
- a way to make a block monospace (???)
|
||||||
- show list bullet if node is empty but edited... (???)
|
- show list bullet if node is empty but edited... (???)
|
||||||
- Code blocks and bullets:
|
- Code blocks and bullets:
|
||||||
- ```
|
- ```
|
||||||
@ -139,6 +140,22 @@ var setup = function(){
|
|||||||
- Docs
|
- Docs
|
||||||
-
|
-
|
||||||
- ## TEST
|
- ## TEST
|
||||||
|
- ### Controls
|
||||||
|
- ASAP: these need updating...
|
||||||
|
- | Key | Action |
|
||||||
|
| up | focus node above |
|
||||||
|
| down | focus node below |
|
||||||
|
| left | focus parent node |
|
||||||
|
| right | focus first child node |
|
||||||
|
| tab | indent node |
|
||||||
|
| s-tab | deindent node |
|
||||||
|
| s-pgup | shift node up |
|
||||||
|
| s-pgdown | shift node down |
|
||||||
|
| s-left | collapse node |
|
||||||
|
| s-right | expand node |
|
||||||
|
| enter | normal mode: edit node |
|
||||||
|
| | edit mode: create node below |
|
||||||
|
| esc | exit edit mode |
|
||||||
- ### Formatting:
|
- ### Formatting:
|
||||||
- Styles
|
- Styles
|
||||||
- # Heading 1
|
- # Heading 1
|
||||||
@ -254,24 +271,6 @@ var setup = function(){
|
|||||||
|
|
||||||
<button onclick="editor.dom.classList.toggle('show-click-zones')">show/hide click zones</button>
|
<button onclick="editor.dom.classList.toggle('show-click-zones')">show/hide click zones</button>
|
||||||
|
|
||||||
<pre>
|
|
||||||
|
|
||||||
Controls:
|
|
||||||
up - focus node above
|
|
||||||
down - focus node below
|
|
||||||
left - focus parent node
|
|
||||||
right - focus first child node
|
|
||||||
tab - indent node
|
|
||||||
s-tab - deindent node
|
|
||||||
s-pgup - shift node up
|
|
||||||
s-pgdown - shift node down
|
|
||||||
s-left - collapse node
|
|
||||||
s-right - expand node
|
|
||||||
enter - normal mode: edit node
|
|
||||||
- edit mode: create node below
|
|
||||||
esc - exit edit mode
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user