2013-11-09 19:21:37 +00:00
|
|
|
title: $:/core/ui/SideBar/Open
|
|
|
|
tags: $:/tags/SideBar
|
2014-02-16 09:46:43 +00:00
|
|
|
caption: {{$:/language/SideBar/Open/Caption}}
|
2013-11-09 19:21:37 +00:00
|
|
|
|
2018-11-25 11:12:06 +00:00
|
|
|
\whitespace trim
|
2014-02-21 14:27:49 +00:00
|
|
|
\define lingo-base() $:/language/CloseAll/
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2017-03-19 19:33:56 +00:00
|
|
|
\define drop-actions()
|
2019-09-01 09:00:09 +00:00
|
|
|
<$action-listops $tiddler=<<tv-story-list>> $subfilter="+[insertbefore:currentTiddler<actionTiddler>]"/>
|
2017-03-19 19:33:56 +00:00
|
|
|
\end
|
2014-02-20 21:42:31 +00:00
|
|
|
|
2019-03-02 13:54:23 +00:00
|
|
|
\define placeholder()
|
|
|
|
<div class="tc-droppable-placeholder"/>
|
|
|
|
\end
|
|
|
|
|
|
|
|
\define droppable-item(button)
|
|
|
|
\whitespace trim
|
2020-03-20 10:46:17 +00:00
|
|
|
<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>>>
|
2019-03-02 13:54:23 +00:00
|
|
|
<<placeholder>>
|
2017-03-19 19:33:56 +00:00
|
|
|
<div>
|
2019-03-02 13:54:23 +00:00
|
|
|
$button$
|
2017-03-19 19:33:56 +00:00
|
|
|
</div>
|
|
|
|
</$droppable>
|
2019-03-02 13:54:23 +00:00
|
|
|
\end
|
|
|
|
|
|
|
|
<div class="tc-sidebar-tab-open">
|
2019-08-02 14:03:10 +00:00
|
|
|
<$list filter="[list<tv-story-list>]" history=<<tv-history-list>> storyview="pop">
|
2019-03-02 13:54:23 +00:00
|
|
|
<div class="tc-sidebar-tab-open-item">
|
2020-10-28 13:13:55 +00:00
|
|
|
<$macrocall $name="droppable-item" button="""<$button message="tm-close-tiddler" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class="tc-btn-invisible tc-btn-mini tc-small-gap-right">{{$:/core/images/close-button}}</$button><$link to={{!!title}}><$view field="title"/></$link>"""/>
|
2017-03-19 19:33:56 +00:00
|
|
|
</div>
|
2013-11-09 19:21:37 +00:00
|
|
|
</$list>
|
2017-03-20 22:02:55 +00:00
|
|
|
<$tiddler tiddler="">
|
2019-03-02 13:54:23 +00:00
|
|
|
<div>
|
|
|
|
<$macrocall $name="droppable-item" button="""<$button message="tm-close-all-tiddlers" class="tc-btn-invisible tc-btn-mini"><<lingo Button>></$button>"""/>
|
2017-03-20 22:02:55 +00:00
|
|
|
</div>
|
|
|
|
</$tiddler>
|
2019-03-02 13:54:23 +00:00
|
|
|
</div>
|