mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 11:58:03 +00:00
Make slot fill data available to transclusions
Allows transcluded content to dynamically process <$fill> widgets within the calling transclusion
This commit is contained in:
@@ -312,6 +312,8 @@ TranscludeWidget.prototype.getTransclusionMetaParameter = function(name) {
|
||||
return this.parseAsInline ? "yes" : "no";
|
||||
case "parseTreeNodes":
|
||||
return JSON.stringify(this.parseTreeNode);
|
||||
case "slotFillParseTrees":
|
||||
return JSON.stringify(this.slotFillParseTrees);
|
||||
case "params":
|
||||
return JSON.stringify(this.stringParametersByName);
|
||||
default:
|
||||
|
Reference in New Issue
Block a user