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
99da7ca626
commit
42095da907
@ -55,6 +55,7 @@ var setup = function(){
|
||||
block element
|
||||
</div>
|
||||
this line, and above placement of completely broken
|
||||
- the odd thing is that a nested (bug) qupted text below also breaks...
|
||||
- _this seems to be an issue with: `.getMarkdownOffset(..)`_
|
||||
- ```
|
||||
m = `text text text
|
||||
@ -108,10 +109,15 @@ var setup = function(){
|
||||
- normal textarea is not sized correctly
|
||||
- General:
|
||||
- bullets are too close to text
|
||||
- side margins are a bit too large (account for toolbat to the right)
|
||||
- side margins are a bit too large
|
||||
- still need to account for toolbar to the right
|
||||
- left side does not need to be as wide
|
||||
-
|
||||
- ## ToDo:
|
||||
- ASAP time to think about a standalone client -- at least to edit own notes as a test...
|
||||
- _also this would be a nice opportunity to start the move to a newer electron version_
|
||||
- might be a good idea to make the heading level depend on its depth...
|
||||
- might be a good idea to think how to avoid the constant selections on focus...
|
||||
- Q: do we want to place the caret when moving between nodes???
|
||||
- _would be nice to remember the caret horizontal offset for vertical movement_
|
||||
- Q: should we use `HTMLTextAreaElement.autoUpdateSize(..)` or handle it globally in setup???
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user