diff --git a/pwiki2.js b/pwiki2.js
index 95e1d68..1ead4b5 100755
--- a/pwiki2.js
+++ b/pwiki2.js
@@ -18,19 +18,16 @@
* - CLI -
*
*
-* XXX would be nice for bool arguments to accept yes/no true/false values...
-* XXX macro: should macro isolation be one-directional???
-* ...i.e. iterations see/overload things defined above but
-* can not affect the above context...
+* XXX BUG: parser:
+* This will break:
+* await pwiki.parse('@source(.)')
+* This will not:
+* await pwiki.parse('@source(.)')
+* XXX Q: do we need a way to index a list item via path???
+* XXX macro: should inheritmacros be true or false (current) by default???
* XXX STYLE: should style loading be done via the event mechanics
* (see: pwiki2.html) or via the base templates (see: pwiki/page.js:_view
* template)???
-* XXX BUG: parser:
-* This will break:
-* @source(.)
-* This will not:
-* @source(.)
-* XXX Q: do we need a way to index a list item via path???
* XXX TAGS
* - add tags to page -- macro/filter
* - .text -> .tags (cached on .update(..))