Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-09 23:23:31 +03:00
parent 99da7ca626
commit 42095da907

View File

@ -55,6 +55,7 @@ var setup = function(){
block element block element
</div> </div>
this line, and above placement of completely broken 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(..)`_ - _this seems to be an issue with: `.getMarkdownOffset(..)`_
- ``` - ```
m = `text text text m = `text text text
@ -108,10 +109,15 @@ var setup = function(){
- normal textarea is not sized correctly - normal textarea is not sized correctly
- General: - General:
- bullets are too close to text - 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: - ## 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 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??? - Q: do we want to place the caret when moving between nodes???
- _would be nice to remember the caret horizontal offset for vertical movement_ - _would be nice to remember the caret horizontal offset for vertical movement_
- Q: should we use `HTMLTextAreaElement.autoUpdateSize(..)` or handle it globally in setup??? - Q: should we use `HTMLTextAreaElement.autoUpdateSize(..)` or handle it globally in setup???