mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
97d6f86ab4
commit
391f82b4f3
@ -49,16 +49,24 @@ var setup = function(){
|
|||||||
- ## ToDo:
|
- ## ToDo:
|
||||||
- ASAP: scroll into view is bad...
|
- ASAP: scroll into view is bad...
|
||||||
- ASAP: need to reach checkboxes via keyboard
|
- ASAP: need to reach checkboxes via keyboard
|
||||||
|
_...not sure how to do this with tab taken..._
|
||||||
- FEATURE: read-only mode
|
- FEATURE: read-only mode
|
||||||
|
- export html
|
||||||
|
- embed css
|
||||||
|
- cleanup html
|
||||||
|
- generate ideomatic html (???)
|
||||||
- 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 (???)
|
- a way to make a block monospace (???)
|
||||||
- show list bullet if node is empty but edited... (???)
|
- codeblock as a block
|
||||||
|
_...if only whitespace before/after clear it and style whole block..._
|
||||||
|
_...might be a good idea to do this with codeblock at start/end of block..._
|
||||||
- Code blocks and bullets:
|
- Code blocks and bullets:
|
||||||
- ```
|
- ```
|
||||||
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)..._
|
||||||
|
- show list bullet if node is empty but edited... (???)
|
||||||
- editor as a custom element...
|
- editor as a custom element...
|
||||||
- Nerd fonts (option???)
|
- Nerd fonts (option???)
|
||||||
- multiple node selection
|
- multiple node selection
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user