mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 16:41:39 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bd62886a75
commit
0002b1336c
17
pwiki2.js
17
pwiki2.js
@ -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(..))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user