mirror of
https://github.com/flynx/pWiki.git
synced 2026-08-24 08:16: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:
|
||||
// - callbacks on elements resolving...
|
||||
// - 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...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user