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.
5 lines
169 B
Text
5 lines
169 B
Text
title: $:/ControlPanel
|
|
|
|
<div class="tw-control-panel">
|
|
<<tabs "[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]" "$:/core/ui/ControlPanel/Basics">>
|
|
</div>
|