diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index 3eacb3c..c112cb5 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -337,6 +337,7 @@ editor .outline [tabindex]:focus { content: "" !important; } /* correct the right click zone... */ +/* XXX need to account for nesting... (???) */ .editor .outline [tabindex].NOTE>span:after, .editor .outline [tabindex].NOTE [tabindex]>span:after { margin-right: calc(-1 * var(--padding-h)); diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index b841a30..0cfa0a5 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -335,7 +335,7 @@ var Outline = { .replace(/^\s*(?$2$3') // elements... .replace(/(\n|^)(?') diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index b08260b..7eefb5d 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -108,8 +108,7 @@ var setup = function(){ - XXX Highlight - Line - --- - - Markers - - Basic "as soon as posible" (ASAP) + - Markers: ASAP, BUG, FIX, HACK, STUB, WARNING, and CAUTION - Basic inline *bold*, _italic_ and ~striked~ - Inline [X] checkboxes [_] - To do items/blocks