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