mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-06 08:34:08 +00:00
Update alltiddlers.template.html to use new exporter
This commit is contained in:
parent
4bf6fe7fe9
commit
64d661f6e4
@ -1,3 +0,0 @@
|
|||||||
title: $:/core/templates/alltiddlers.content
|
|
||||||
|
|
||||||
{{{ [!is[system]sort[title]] ||$:/core/templates/static-tiddler}}}
|
|
@ -1,31 +1,6 @@
|
|||||||
title: $:/core/templates/alltiddlers.template.html
|
title: $:/core/templates/alltiddlers.template.html
|
||||||
type: text/vnd.tiddlywiki-html
|
type: text/vnd.tiddlywiki-html
|
||||||
|
|
||||||
\define tv-wikilink-template() #$uri_encoded$
|
<!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->
|
||||||
\define tv-config-toolbar-icons() no
|
|
||||||
\define tv-config-toolbar-text() no
|
{{$:/core/templates/exporters/StaticRiver}}
|
||||||
\define tv-config-toolbar-class() tc-btn-invisible
|
|
||||||
\rules only filteredtranscludeinline transcludeinline
|
|
||||||
<!doctype html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
||||||
<meta name="generator" content="TiddlyWiki" />
|
|
||||||
<meta name="tiddlywiki-version" content="{{$:/core/templates/version}}" />
|
|
||||||
<meta name="format-detection" content="telephone=no">
|
|
||||||
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
|
||||||
<title>{{$:/core/wiki/title}}</title>
|
|
||||||
<div id="styleArea">
|
|
||||||
{{$:/boot/boot.css||$:/core/templates/css-tiddler}}
|
|
||||||
</div>
|
|
||||||
<style type="text/css">
|
|
||||||
{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body class="tc-body">
|
|
||||||
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
|
||||||
<section class="tc-story-river">
|
|
||||||
{{$:/core/templates/alltiddlers.content||$:/core/templates/html-tiddler}}
|
|
||||||
</section>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user