mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			575 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			575 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| title: $:/core/ui/SideBar/Open
 | |
| tags: $:/tags/SideBar
 | |
| caption: {{$:/language/SideBar/Open/Caption}}
 | |
| 
 | |
| \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}}><$view field="title"/></$link>
 | |
| 
 | |
| </$list>
 | |
| 
 | |
| <$button message="tm-close-all-tiddlers" class="tc-btn-invisible tc-btn-mini"><<lingo Button>></$button>
 | 
