mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Hide toolbar buttons from static renderings
This commit is contained in:
parent
43aeb47fc3
commit
88c9c0c3ee
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user