From 099ded0cf4f5436baa270d70fe8816b9a5c25b86 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 5 Nov 2023 03:25:02 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 078dc07..5a349b6 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -77,6 +77,8 @@ var setup = function(){ - DONE multiple node selection (via shift+motion) - fixed state -- while `shift` pressed select or deselect only depending on first action (a-la FAR) - DONE double/triple click working... + - delete + - copy/cut/past (???) - touch/mouse (???) - Q: should we select text (mouse/touch) without first focusing?? - _...logseq does not do this either_