mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +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 = {
|
||||
name: "transclude",
|
||||
dependentAll: true, // Nodes containing <<transclude>> macro are dependent on every tiddler
|
||||
params: {
|
||||
filter: {byPos: 0, type: "filter"},
|
||||
title: {byPos: 1, type: "tiddler"},
|
||||
|
Loading…
Reference in New Issue
Block a user