1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-10 02:38:06 +00:00

Rejig the control panel to use nested tabs for Appearance and Advanced

This commit is contained in:
Jermolene
2014-02-16 19:33:18 +00:00
parent 489509c810
commit 1ff8d225d9
12 changed files with 51 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
title: $:/core/ui/ControlPanel/Advanced
tags: $:/tags/ControlPanel
caption: {{$:/language/ControlPanel/Advanced/Caption}}
{{$:/language/ControlPanel/Advanced/Hint}}
<div class="tw-control-panel"><<tabs "[is[shadow]!has[draft.of]tag[$:/tags/ControlPanel/Advanced]] [!is[shadow]!has[draft.of]tag[$:/tags/ControlPanel/Advanced]] +[tag[$:/tags/ControlPanel/Advanced]]" "$:/core/ui/ControlPanel/Advanced/TiddlerFields">></div>

View File

@@ -0,0 +1,8 @@
title: $:/core/ui/ControlPanel/Advanced/LoadedModules
tags: $:/tags/ControlPanel/Advanced
caption: {{$:/language/ControlPanel/Advanced/LoadedModules/Caption}}
\define lingo-base() $:/language/ControlPanel/Advanced/
<<lingo LoadedModules/Hint>>
{{$:/snippets/modules}}

View File

@@ -0,0 +1,9 @@
title: $:/core/ui/ControlPanel/Advanced/TiddlerFields
tags: $:/tags/ControlPanel/Advanced
caption: {{$:/language/ControlPanel/Advanced/TiddlerFields/Caption}}
\define lingo-base() $:/language/ControlPanel/Advanced/
<<lingo TiddlerFields/Hint>>
{{$:/snippets/allfields}}

View File

@@ -2,11 +2,6 @@ title: $:/core/ui/ControlPanel/Appearance
tags: $:/tags/ControlPanel
caption: {{$:/language/ControlPanel/Appearance/Caption}}
\define lingo-base() $:/language/ControlPanel/Appearance/
! <<lingo Theme/Heading>>
{{$:/language/ControlPanel/Appearance/Hint}}
{{$:/snippets/themeswitcher}}
! <<lingo StoryView/Heading>>
{{$:/snippets/viewswitcher}}
<div class="tw-control-panel"><<tabs "[is[shadow]!has[draft.of]tag[$:/tags/ControlPanel/Appearance]] [!is[shadow]!has[draft.of]tag[$:/tags/ControlPanel/Appearance]] +[tag[$:/tags/ControlPanel/Appearance]]" "$:/core/ui/ControlPanel/Appearance/Theme">></div>

View File

@@ -0,0 +1,5 @@
title: $:/core/ui/ControlPanel/Appearance/StoryView
tags: $:/tags/ControlPanel/Appearance
caption: {{$:/language/ControlPanel/Appearance/StoryView/Caption}}
{{$:/snippets/viewswitcher}}

View File

@@ -0,0 +1,5 @@
title: $:/core/ui/ControlPanel/Appearance/Theme
tags: $:/tags/ControlPanel/Appearance
caption: {{$:/language/ControlPanel/Appearance/Theme/Caption}}
{{$:/snippets/themeswitcher}}

View File

@@ -1,16 +0,0 @@
title: $:/core/ui/ControlPanel/Internals
tags: $:/tags/ControlPanel
caption: {{$:/language/ControlPanel/Internals/Caption}}
\define lingo-base() $:/language/ControlPanel/Internals/
! <<lingo TiddlerFields/Heading>>
<<lingo TiddlerFields/Hint>>
{{$:/snippets/allfields}}
! <<lingo LoadedModules/Heading>>
<<lingo LoadedModules/Hint>>
{{$:/snippets/modules}}