mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
97d36e26fc
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.
15 lines
443 B
Plaintext
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]].
|