mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-26 22:41:39 -08:00
19 lines
612 B
Text
19 lines
612 B
Text
title: $:/core/templates/static.content
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define tv-wikilink-template() https://tiddlywiki.com/dev/static/$uri_doubleencoded$.html
|
|
|
|
<!-- For Google, and people without JavaScript-->
|
|
|
|
<$reveal default="yes" text=<<savingEmpty>> type="nomatch">
|
|
|
|
It looks like this browser doesn't run JavaScript. You can use one of these static HTML versions to browse the same content:
|
|
|
|
* https://tiddlywiki.com/dev/static.html - browse individual tiddlers as separate pages
|
|
* https://tiddlywiki.com/dev/alltiddlers.html#HelloThere - single file containing all tiddlers
|
|
|
|
---
|
|
|
|
{{HelloThere}}
|
|
|
|
</$reveal>
|