diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html new file mode 100755 index 0000000..babf702 --- /dev/null +++ b/experiments/outline-editor/index.html @@ -0,0 +1,160 @@ + + + + + + +
+TODO:
+- navigation
+- expand/collapse subtree
+- shift subtree up/down
+- edit node
+- create node
+
+Controls:
+	up         - focus node above
+	down       - focus node below
+	left       - focus parent node
+	right      - focus first child node
+	s-left     - deindent node
+	s- right   - indent node
+
+ +
+ +
+
root +
A +
a +
+
b +
+
c +
+
+
B +
d +
+
e +
+
+
+
+ + + +