2018-11-13 08:54:50 +00:00
|
|
|
title: $:/core/ui/SideBar/Open
|
|
|
|
tags: $:/tags/SideBar
|
|
|
|
caption: {{$:/language/SideBar/Open/Caption}}
|
|
|
|
|
|
|
|
\define lingo-base() $:/language/CloseAll/
|
|
|
|
|
|
|
|
\define drop-actions()
|
2022-02-24 11:08:06 +00:00
|
|
|
<$action-listops $tiddler="$:/StoryList" $subfilter="+[insertbefore<actionTiddler>,<currentTiddler>]"/>
|
2018-11-13 08:54:50 +00:00
|
|
|
\end
|
|
|
|
|
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
|
|
|
<div style="position: relative;">
|
|
|
|
<$droppable actions=<<drop-actions>>>
|
|
|
|
<div class="tc-droppable-placeholder">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<$button message="tm-close-tiddler" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class="tc-btn-invisible tc-btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/></$link>
|
|
|
|
|
2019-03-20 18:24:29 +00:00
|
|
|
<$set name="state" value={{{ [[$:/state/viewtemplate/visibility/]addsuffix<currentTiddler>] }}}>
|
2019-03-21 12:56:26 +00:00
|
|
|
<$reveal type="match" stateTitle=<<state>> text="0">
|
|
|
|
<span style="display: inline-block; background: red; color: white; padding: 2px; border-radius: 2px;font-size: 0.5em;line-height: 1;text-shadow: none;font-weight: bold;vertical-align: middle;">OUT OF VIEW</span>
|
2019-01-11 17:50:52 +00:00
|
|
|
</$reveal>
|
2019-03-21 12:56:26 +00:00
|
|
|
<$reveal type="match" stateTitle=<<state>> text="1">
|
|
|
|
<span style="display: inline-block; background: green; color: white; padding: 2px; border-radius: 2px;font-size: 0.5em;line-height: 1;text-shadow: none;font-weight: bold;vertical-align: middle;">NEAR</span>
|
|
|
|
</$reveal>
|
|
|
|
<$reveal type="match" stateTitle=<<state>> text="2">
|
|
|
|
<span style="display: inline-block; background: purple; color: white; padding: 2px; border-radius: 2px;font-size: 0.5em;line-height: 1;text-shadow: none;font-weight: bold;vertical-align: middle;">VISIBLE</span>
|
2019-03-20 18:24:29 +00:00
|
|
|
</$reveal>
|
|
|
|
</$set>
|
2018-11-13 08:54:50 +00:00
|
|
|
</div>
|
|
|
|
</$droppable>
|
|
|
|
</div>
|
|
|
|
</$list>
|
|
|
|
<$tiddler tiddler="">
|
|
|
|
<$droppable actions=<<drop-actions>>>
|
|
|
|
<div class="tc-droppable-placeholder">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<$button message="tm-close-all-tiddlers" class="tc-btn-invisible tc-btn-mini"><<lingo Button>></$button>
|
|
|
|
</$droppable>
|
|
|
|
</$tiddler>
|