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_