1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Hide toolbar buttons from static renderings

This commit is contained in:
Jermolene 2014-08-28 20:21:25 +01:00
parent 43aeb47fc3
commit 88c9c0c3ee
3 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,9 @@ title: $:/core/templates/alltiddlers.template.html
type: text/vnd.tiddlywiki-html
\define tw-wikilink-template() #$uri_encoded$
\define tw-config-toolbar-icons() no
\define tw-config-toolbar-text() no
\define tw-config-toolbar-class() tc-btn-invisible
\rules only filteredtranscludeinline transcludeinline
<!doctype html>
<html>

View File

@ -2,6 +2,9 @@ title: $:/core/templates/static.template.html
type: text/vnd.tiddlywiki-html
\define tw-wikilink-template() static/$uri_doubleencoded$.html
\define tw-config-toolbar-icons() no
\define tw-config-toolbar-text() no
\define tw-config-toolbar-class() tc-btn-invisible
\rules only filteredtranscludeinline transcludeinline
<!doctype html>
<html>

View File

@ -1,6 +1,9 @@
title: $:/core/templates/static.tiddler.html
\define tw-wikilink-template() $uri_doubleencoded$.html
\define tw-config-toolbar-icons() no
\define tw-config-toolbar-text() no
\define tw-config-toolbar-class() tc-btn-invisible
`<!doctype html>
<html>
<head>