The literal transclusion is one of the below forms:
- simple (or text transclusion):
{{thisTiddler}}
- field/index transclusion:
{{thatTiddler!!someField}}
- transclusion through template:
{{otherTiddler||someTemplate}}
Q1. The question is how to find and list tiddlers transcluded myTiddler
in one of the above forms?
e.g this
→ {}
(this is the @linonetwo notation in his memo Tiddlywiki)
Q2 Given the text of a tiddler say kidsTiddler
, what is the filter/regexp pattern to find which tiddlers have been transcluded in the kidsTiddler
?
e.g {}
→ this