mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
9 lines
437 B
Plaintext
9 lines
437 B
Plaintext
|
title: $:/core/ui/SideBar/Open
|
||
|
tags: $:/tags/SideBar
|
||
|
caption: Open
|
||
|
|
||
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" storyview="pop" itemClass="tw-menu-list-item tw-open-tiddler-list">
|
||
|
<$button message="tw-close-tiddler" class="btn-invisible btn-mini">×</$button> <$link to={{!!title}}><$view field="title"/></$link>
|
||
|
</$list>
|
||
|
<$button message="tw-close-all-tiddlers" class="btn-invisible btn-mini">close all</$button>
|