mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
9fbe72a877
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.
8 lines
267 B
Plaintext
8 lines
267 B
Plaintext
title: $:/core/ui/SideBar/More
|
|
tags: $:/tags/SideBar
|
|
caption: {{$:/language/SideBar/More/Caption}}
|
|
|
|
<div class="tw-more-sidebar">
|
|
<<tabs "[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]" "$:/core/ui/MoreSideBar/Tags" "$:/state/tab/moresidebar">>
|
|
</div>
|