kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			
		
			
				
	
	
		
			17 wiersze
		
	
	
		
			689 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			17 wiersze
		
	
	
		
			689 B
		
	
	
	
		
			Plaintext
		
	
	
| title: $:/core/ui/Buttons/permaview
 | |
| tags: $:/tags/ViewToolbar $:/tags/PageControls
 | |
| caption: {{$:/core/images/permaview-button}} {{$:/language/Buttons/Permaview/Caption}}
 | |
| description: {{$:/language/Buttons/Permaview/Hint}}
 | |
| 
 | |
| \whitespace trim
 | |
| <$button message="tm-permaview" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=<<tv-config-toolbar-class>>>
 | |
| <$list filter="[<tv-config-toolbar-icons>match[yes]]">
 | |
| {{$:/core/images/permaview-button}}
 | |
| </$list>
 | |
| <$list filter="[<tv-config-toolbar-text>match[yes]]">
 | |
| <span class="tc-btn-text">
 | |
| <$text text=" "/>
 | |
| <$text text={{$:/language/Buttons/Permaview/Caption}}/>
 | |
| </span>
 | |
| </$list>
 | |
| </$button> |