mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 03:51:14 -08:00
By rearranging the `[all[]]` operator we are able to ensure that shadow tiddlers get processed before ordinary tiddlers. This makes it easier to create custom stylesheets that override the core.
9 lines
339 B
Text
9 lines
339 B
Text
title: $:/core/ui/ControlPanel/Appearance
|
|
tags: $:/tags/ControlPanel
|
|
caption: {{$:/language/ControlPanel/Appearance/Caption}}
|
|
|
|
{{$:/language/ControlPanel/Appearance/Hint}}
|
|
|
|
<div class="tw-control-panel">
|
|
<<tabs "[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]" "$:/core/ui/ControlPanel/Appearance/Theme">>
|
|
</div>
|