kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Change the transclude wikitext rule to use the list macro
rodzic
cb3741c8ee
commit
dcac40ac31
|
@ -41,7 +41,7 @@ exports.parse = function(match,isBlock) {
|
||||||
params.target = match[1];
|
params.target = match[1];
|
||||||
} else {
|
} else {
|
||||||
// Else it is a filter
|
// Else it is a filter
|
||||||
macro = "transclude";
|
macro = "list";
|
||||||
params.filter = match[2];
|
params.filter = match[2];
|
||||||
}
|
}
|
||||||
if(match[3]) {
|
if(match[3]) {
|
||||||
|
|
Ładowanie…
Reference in New Issue