1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00
TiddlyWiki5/core/templates/static.content.tid
2017-11-11 11:56:20 +00:00

11 lines
278 B
Plaintext

title: $:/core/templates/static.content
<!-- For Google, and people without JavaScript-->
This [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:
<ul>
<$list filter=<<saveTiddlerFilter>>>
<li><$view field="title" format="text"></$view></li>
</$list>
</ul>