mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 02:20:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5e85c17e7f
commit
25eab2626e
@ -52,18 +52,21 @@ var setup = function(){
|
|||||||
- block sizing
|
- block sizing
|
||||||
- issuaes:
|
- issuaes:
|
||||||
-
|
-
|
||||||
blank lines above and below
|
blank lines above and below -- the trailing blank is not initially shown
|
||||||
|
|
||||||
- ```
|
- ```
|
||||||
code block
|
code block -- resized on block edit (`keydown` in edit mode)
|
||||||
```
|
```
|
||||||
- *the problem\:*
|
- the problem\:
|
||||||
- we need to keep both the `.view` and `.code` elements' height in sync
|
- we need to keep both the `.view` and `.code` elements' height in sync
|
||||||
- Q: should the sizes be equal? which is the master size?
|
- Q: should the sizes be equal? which is the master size?
|
||||||
- ways to fix:
|
- ways to fix:
|
||||||
- try `display:flex` on `.block` and position one elem over the other...
|
- passive (preferred):
|
||||||
- _...not sure how to deal with `.children` yet_
|
- try `display:flex` on `.block` and position one elem over the other...
|
||||||
- another way to go is to place `.text` stuff in a div and style that...
|
- _...not sure how to deal with `.children` yet_
|
||||||
|
- another way to go is to place `.text` stuff in a div and style that...
|
||||||
|
- active (current):
|
||||||
|
- ...
|
||||||
- blank line at end of block is initially not shown
|
- blank line at end of block is initially not shown
|
||||||
- this block contains two lines (empty below)
|
- this block contains two lines (empty below)
|
||||||
|
|
||||||
@ -178,6 +181,7 @@ var setup = function(){
|
|||||||
```
|
```
|
||||||
-
|
-
|
||||||
- ## ToDo:
|
- ## ToDo:
|
||||||
|
- clicking left of the block can select one of parent blocks -- bug or a feature??
|
||||||
- `.json(..)`, `.data(..)`, ... should be signature compatible with `.get(..)` (???)
|
- `.json(..)`, `.data(..)`, ... should be signature compatible with `.get(..)` (???)
|
||||||
- _current state causes constant confusion..._
|
- _current state causes constant confusion..._
|
||||||
- Time to think about a standalone client -- at least to edit own notes as a test...
|
- Time to think about a standalone client -- at least to edit own notes as a test...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user