1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-14 01:26:48 +00:00
TiddlyWiki5/editions/introduction/tiddlers/slides/Transclusion.tid
Jermolene 97d36e26fc First pass at new introduction edition
It started life as the slides for a new introductory video, but I’m
thinking that it may be worth publishing as an interactive introduction.
2014-10-31 18:48:47 +00:00

15 lines
443 B
Plaintext

title: Transclusion
tags: [[This is a tag]] [[This is another tag]]
Transcluding a tiddler inserts a copy of its content, allowing you to reuse the same text or image more than once. For example,
```
This is my cat {{Motovun Jack.svg}} and his identical twin {{Motovun Jack.svg}}
```
<div class="tc-example-box">
This is my cat {{Motovun Jack.svg}} and his identical twin {{Motovun Jack.svg}}
</div>
Next, weaving tiddlers into [[Lists]].