1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +00:00
TiddlyWiki5/core/wiki/ControlPanel.tid
2013-05-01 22:10:55 +01:00

24 lines
548 B
Plaintext

title: $:/ControlPanel
! 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}}
{{$:/templates/ServerControlPanel}}