1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00
TiddlyWiki5/core/templates/static.content.tid

12 lines
303 B
Plaintext
Raw Normal View History

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