mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
16 lines
700 B
Plaintext
16 lines
700 B
Plaintext
caption: {{$:/language/SideBar/Open/Caption}}
|
|
created: 20160429080322465
|
|
modified: 20160429080340559
|
|
tags: $:/tags/SideBar
|
|
title: $:/core/ui/SideBar/Open
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define lingo-base() $:/language/CloseAll/
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop">
|
|
|
|
<$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}}><$transclude field="ko-title"><$view field="title"/></$transclude></$link>
|
|
|
|
</$list>
|
|
|
|
<$button message="tm-close-all-tiddlers" class="tc-btn-invisible tc-btn-mini"><<lingo Button>></$button>
|