kopia lustrzana https://github.com/miklobit/TiddlyWiki5
12 wiersze
303 B
Plaintext
12 wiersze
303 B
Plaintext
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>
|