From 0002b1336c3bb4c4afefcb31c2676e67e429fce0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 30 Oct 2022 16:50:08 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- pwiki2.js | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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(..))