diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html
index becbe8d..decab0c 100755
--- a/experiments/outline-editor/index.html
+++ b/experiments/outline-editor/index.html
@@ -152,6 +152,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...