cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-30 16:50:08 +03:00
parent bd62886a75
commit 0002b1336c

View File

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