mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-16 08:01:39 +00:00
minor tweak...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dc27697185
commit
4b9d8e9d78
@ -1383,7 +1383,7 @@ module.System = {
|
||||
</div>
|
||||
</macro>` },
|
||||
all: {
|
||||
text: `@include(../**/path join="<br>")`},
|
||||
text: `@include(../**/path join="@source(line-separator)")`},
|
||||
info: {
|
||||
text: object.doc`
|
||||
Path: @source(../path)<br>
|
||||
|
||||
@ -454,7 +454,7 @@ module.BaseParser = {
|
||||
|
||||
// NOTE: we need to await for ast here as we need stage 2 of
|
||||
// parsing to happen AFTER everything else completes...
|
||||
/* XXX GENERATOR -- this breaks /test_slots...
|
||||
/* XXX GENERATOR -- this breaks the parser...
|
||||
// ...investigate the data flow...
|
||||
for await (var e of ast){
|
||||
/*/
|
||||
|
||||
@ -18,11 +18,7 @@
|
||||
* this can't work as a generator...
|
||||
* ...might be a good idea to make filters local only...
|
||||
* XXX slots/macros might also pose a problem...
|
||||
* 2) all the macros that can source pages to produce generators:
|
||||
* @include(..) -- DONE
|
||||
* @source(..) -- DONE
|
||||
* @quote(..) -- DONE
|
||||
* @macro(..) -- DONE
|
||||
* 2) all the macros that can source pages to produce generators (DONE)
|
||||
* XXX ranges in pattern paths -- page-size=X page=Y | from=X to=Y / ...
|
||||
* ...url syntax???
|
||||
* XXX differenced in behaviour between _abc and abc, either need to make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user