Hi Alex, 
On Wednesday, August 16, 2017 at 10:48:03 AM UTC+2, AlexHough wrote:
>
>
> This would work well in the open tab, an option before close all
>
>
This is a bit crude, but it seems to work:

*$:/core/ui/SideBar/Open*

\define lingo-base() $:/language/CloseAll/

\define drop-actions()
<$action-listops $tiddler="$:/StoryList" $subfilter=
"+[insertbefore:currentTiddler<actionTiddler>]"/>
\end

<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview=
"pop">
<div style="position: relative;">
<$droppable actions=<<drop-actions>>>
<div class="tc-droppable-placeholder">
&nbsp;
</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">&times;</$button> <$link to={{!!title}}><$view field="title"
/></$link>
</div>
</$droppable>
</div>
</$list>
<$tiddler tiddler="">
<$droppable actions=<<drop-actions>>>
<div class="tc-droppable-placeholder">
&nbsp;
</div>
<$button message="tm-close-all-tiddlers" class="tc-btn-invisible 
tc-btn-mini"><<lingo Button>></$button>
</$droppable>
<$draggable filter="[enlist{$:/StoryList!!list}]" class="tc-btn-invisible 
tc-btn-mini">
drag and drop all
</$draggable>
</$tiddler>

Cheers,

Stef

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60f8efe1-b22e-4deb-8480-fb5609e4d256%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to