mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-06 01:14:09 +00:00
Fixed the transclude macro so that it is marked dependent all
This commit is contained in:
parent
16dc26b6e8
commit
2881b138a3
@ -14,6 +14,7 @@ Transclude macro
|
|||||||
|
|
||||||
exports.info = {
|
exports.info = {
|
||||||
name: "transclude",
|
name: "transclude",
|
||||||
|
dependentAll: true, // Nodes containing <<transclude>> macro are dependent on every tiddler
|
||||||
params: {
|
params: {
|
||||||
filter: {byPos: 0, type: "filter"},
|
filter: {byPos: 0, type: "filter"},
|
||||||
title: {byPos: 1, type: "tiddler"},
|
title: {byPos: 1, type: "tiddler"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user