diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html
index 156f3c6..c6905d9 100755
--- a/experiments/outline-editor/index.html
+++ b/experiments/outline-editor/index.html
@@ -55,6 +55,7 @@ var setup = function(){
block element
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???