mirror of
https://github.com/flynx/pWiki.git
synced 2026-08-24 00:06:43 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d5a9dd3277
commit
6427314253
@ -21,6 +21,20 @@ var pwpath = require('./path')
|
|||||||
// XXX TODO:
|
// XXX TODO:
|
||||||
// - callbacks on elements resolving...
|
// - callbacks on elements resolving...
|
||||||
// - a real parset -- compare performance and select an implementation...
|
// - a real parset -- compare performance and select an implementation...
|
||||||
|
// - revise how filters are handled...
|
||||||
|
// current:
|
||||||
|
// - local filters / block filters
|
||||||
|
// apply per filter block
|
||||||
|
// - global filters
|
||||||
|
// apply globally after everything is resolved
|
||||||
|
// This approach can't be live-rendered as the global filters
|
||||||
|
// add a sync point.
|
||||||
|
// proposed:
|
||||||
|
// - global filters apply per block
|
||||||
|
// apply to all blocks as the blocks become ready
|
||||||
|
// This can be streamed, but has a disadvantage that the
|
||||||
|
// filters apply only after declaration
|
||||||
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
// XXX BUG?: <macro src=/moo/> is not parsed correctly...
|
// XXX BUG?: <macro src=/moo/> is not parsed correctly...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user