mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-25 11:30:55 -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
337 B
Text
9 lines
337 B
Text
title: $:/core/ui/ControlPanel/Advanced
|
|
tags: $:/tags/ControlPanel
|
|
caption: {{$:/language/ControlPanel/Advanced/Caption}}
|
|
|
|
{{$:/language/ControlPanel/Advanced/Hint}}
|
|
|
|
<div class="tw-control-panel">
|
|
<<tabs "[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]" "$:/core/ui/ControlPanel/Advanced/TiddlerFields">>
|
|
</div>
|