2022-04-18 10:22:06 +00:00
|
|
|
|
title: $:/_tw_shared/sites
|
2022-04-19 15:24:48 +00:00
|
|
|
|
tags: $:/tags/MenuBar TiddlyWikiSitesMenu
|
2022-04-18 10:22:06 +00:00
|
|
|
|
caption: [img class=tc-sites-icon [Motovun Jack.svg]] Sites
|
|
|
|
|
is-dropdown: yes
|
2022-04-18 18:16:20 +00:00
|
|
|
|
list-after: $:/plugins/tiddlywiki/menubar/items/hamburger
|
2022-04-18 10:22:06 +00:00
|
|
|
|
|
|
|
|
|
\define link-body()
|
|
|
|
|
\whitespace trim
|
|
|
|
|
<$image source={{!!icon}} class="tc-sites-menu-icon"/><strong><$transclude field="caption" mode="inline"/></strong><$text text=" – "/><$transclude field="description" mode="inline"/>
|
|
|
|
|
\end
|
|
|
|
|
|
|
|
|
|
\define current-link-body()
|
|
|
|
|
\whitespace trim
|
|
|
|
|
<div class="tc-sites-menu-disabled">
|
|
|
|
|
<<link-body>><span class="tc-sites-menu-this-site"><$text text="this site"/></span>
|
|
|
|
|
</div>
|
|
|
|
|
\end
|
|
|
|
|
|
|
|
|
|
\whitespace trim
|
|
|
|
|
<div class="tc-sites-menu">
|
|
|
|
|
<ol>
|
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlyWikiSites]]">
|
|
|
|
|
<li>
|
2022-04-18 10:37:17 +00:00
|
|
|
|
<$list filter="[{!!url}!match{$:/info/url/full}]" emptyMessage=<<current-link-body>> variable="ignore">
|
2022-04-18 10:22:06 +00:00
|
|
|
|
<a class="tc-tiddlylink-external" href={{!!url}} rel="noopener noreferrer" target="_blank">
|
|
|
|
|
<<link-body>>
|
|
|
|
|
</a>
|
|
|
|
|
</$list>
|
|
|
|
|
</li>
|
|
|
|
|
</$list>
|
|
|
|
|
</ol>
|
|
|
|
|
</div>
|