From f13505d9fec03cc412bb242ba54d0f933cc2c707 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 25 Sep 2023 20:04:53 +0300 Subject: [PATCH] added outline editor experiment... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 160 ++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100755 experiments/outline-editor/index.html 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 +
+
+
+
+ + + +