1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 19:53:17 +00:00
TiddlyWiki5/editions/introduction/tiddlers/slides/Lists.tid
2014-11-01 14:12:47 +00:00

18 lines
383 B
Plaintext

title: Lists
TiddlyWiki allows you to generate lists of tiddlers automatically, simplifying organisation and exploration.
For example, here's how to generate a list of all the tiddlers with a particular tag:
```
{{{ [tag[This is another tag]] }}}
```
<div class="tc-example-box">
{{{ [tag[This is another tag]] }}}
</div>
Next, extend TiddlyWiki in new ways with [[Plugins]].