1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 15:30:47 +00:00

Fixed the transclude macro so that it is marked dependent all

This commit is contained in:
Jeremy Ruston 2012-06-19 18:22:27 +01:00
parent 16dc26b6e8
commit 2881b138a3

View File

@ -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"},