1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/core/wiki/ControlPanel.tid
Jeremy Ruston 28b0b58a11 Make a distinction between templates and UI
Templates are the low-level bits and pieces that allow TW5 to generate
HTML and CSS renderings of tiddlers. The UI folder contains the
user-visible UI of TW5
2013-05-31 15:38:27 +01:00

32 lines
851 B
Plaintext

title: $:/ControlPanel
! Configuration tiddlers
* [[Title of this TiddlyWiki|SiteTitle]]: <$edit tiddler="SiteTitle" default="" type="input"/>
* [[Subtitle|SiteSubtitle]]: <$edit tiddler="SiteSubtitle" default="" type="input"/>
* Edit [[DefaultTiddlers|$:/DefaultTiddlers]] to choose which tiddlers are displayed at startup
! Import tiddlers
Browse for files on your computer to import their contents (the individual tiddlers within TiddlyWiki HTML files are imported separately).
<$import class="tw-drop-zone"/>
! Save changes
<$button message="tw-save-wiki" class="btn btn-primary">Save Changes</$button>
! Encryption
The tiddlers in TiddlyWiki documents can be securely encrypted by specifying a password before saving changes.
{{$:/snippets/encryptionstatus}}
! Theme
{{$:/snippets/themeswitcher}}
{{$:/core/ui/ServerControlPanel}}