mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Menubar: Reverse order of top right menu items
This commit is contained in:
parent
edf025ebdc
commit
63ba2883a4
@ -5,7 +5,7 @@ caption: Legacy Top Right Bar
|
|||||||
custom-menu-content: <$transclude tiddler="$:/plugins/tiddlywiki/menubar/items/toprightbar" mode="inline"/>
|
custom-menu-content: <$transclude tiddler="$:/plugins/tiddlywiki/menubar/items/toprightbar" mode="inline"/>
|
||||||
custom-menu-styles: float: right;
|
custom-menu-styles: float: right;
|
||||||
|
|
||||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]" variable="listItem" storyview="pop">
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]reverse[]]" variable="listItem" storyview="pop">
|
||||||
|
|
||||||
<$transclude tiddler=<<listItem>> mode="inline"/>
|
<$transclude tiddler=<<listItem>> mode="inline"/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user