2020-02-28 14:33:15 +00:00
|
|
|
title: $:/plugins/tiddlywiki/menubar/items/toprightbar
|
|
|
|
tags: $:/tags/MenuBar
|
2024-06-18 19:52:35 +00:00
|
|
|
description: Items from $:/tags/TopRightBar
|
|
|
|
caption: Legacy Top Right Bar
|
2020-02-28 14:33:15 +00:00
|
|
|
custom-menu-content: <$transclude tiddler="$:/plugins/tiddlywiki/menubar/items/toprightbar" mode="inline"/>
|
2020-03-24 10:35:07 +00:00
|
|
|
custom-menu-styles-wide: float: right;
|
2020-02-28 14:33:15 +00:00
|
|
|
|
2020-02-28 21:35:45 +00:00
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]reverse[]]" variable="listItem" storyview="pop">
|
2020-02-28 14:33:15 +00:00
|
|
|
|
|
|
|
<$transclude tiddler=<<listItem>> mode="inline"/>
|
|
|
|
|
|
|
|
</$list>
|