diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html
index 620d391..9de4091 100755
--- a/experiments/outline-editor/index.html
+++ b/experiments/outline-editor/index.html
@@ -160,6 +160,9 @@ var setup = function(){
- TOC: tweaking: add args like depth, ... -- as attributes...
- TOC: should it be persistently generated as code and be serializable?
- ASAP: expand sub-tree on follow link...
+ - simple use strategies:
+ - custom element
+ - constructor
- export auto-headings as normal/manual markdown headings...
- add plugin callback on `.text(..)` / ...
- Time to think about a standalone client -- at least to edit own notes as a test...