1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 03:19:55 +00:00

Reorganise control panel tabs

This commit is contained in:
Jermolene 2014-09-04 09:58:14 +01:00
parent bb97bc11fd
commit 6f4af4fc27
8 changed files with 19 additions and 6 deletions

View File

@ -6,10 +6,12 @@ EditorTypes/Editor/Caption: Editor
EditorTypes/Hint: These tiddlers determine which editor is used to edit specific tiddler types.
EditorTypes/Type/Caption: Type
Advanced/Hint: Internal information about this TiddlyWiki
Info/Caption: Info
Info/Hint: Information about this TiddlyWiki
LoadedModules/Caption: Loaded Modules
LoadedModules/Hint: These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process.
Settings/Caption: Settings
Settings/Hint: These advanced settings let you customise the behaviour of TiddlyWiki.
Settings/Hint: These settings let you customise the behaviour of TiddlyWiki.
Settings/NavigationAddressBar/Caption: Navigation Address Bar
Settings/NavigationAddressBar/Hint: Behaviour of the browser address bar when navigating to a tiddler:
Settings/NavigationAddressBar/No/Description: Do not update the address bar

View File

@ -1,5 +1,5 @@
title: $:/ControlPanel
<div class="tc-control-panel">
<<tabs "[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]" "$:/core/ui/ControlPanel/Basics">>
<<tabs "[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]" "$:/core/ui/ControlPanel/Info">>
</div>

View File

@ -1,5 +1,5 @@
title: $:/core/ui/ControlPanel/Advanced
tags: $:/tags/ControlPanel
tags: $:/tags/ControlPanel/Info
caption: {{$:/language/ControlPanel/Advanced/Caption}}
{{$:/language/ControlPanel/Advanced/Hint}}

View File

@ -1,5 +1,5 @@
title: $:/core/ui/ControlPanel/Basics
tags: $:/tags/ControlPanel
tags: $:/tags/ControlPanel/Info
caption: {{$:/language/ControlPanel/Basics/Caption}}
\define lingo-base() $:/language/ControlPanel/Basics/

View File

@ -0,0 +1,9 @@
title: $:/core/ui/ControlPanel/Info
tags: $:/tags/ControlPanel
caption: {{$:/language/ControlPanel/Info/Caption}}
{{$:/language/ControlPanel/Info/Hint}}
<div class="tc-control-panel">
<<tabs "[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]" "$:/core/ui/ControlPanel/Basics">>
</div>

View File

@ -1,5 +1,5 @@
title: $:/core/ui/ControlPanel/Settings
tags: $:/tags/ControlPanel/Advanced
tags: $:/tags/ControlPanel
caption: {{$:/language/ControlPanel/Settings/Caption}}
\define lingo-base() $:/language/ControlPanel/Settings/

View File

@ -1,2 +1,2 @@
title: $:/tags/ControlPanel
list: $:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals
list: $:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals

View File

@ -0,0 +1,2 @@
title: $:/tags/ControlPanel/Info
list: $:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced