mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	 0671e59fed
			
		
	
	0671e59fed
	
	
	
		
			
			Reasons: - can show or hide the button text with CSS (assuming tv-config-toolbar-text is yes). - can have different looking buttons in the page controls versus the view toolbar, etc - more flexibility styling the button appearance, for example you can change the text size compared to the icon size - button appearance is more themeable
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| title: $:/core/ui/Buttons/language
 | |
| tags: $:/tags/PageControls
 | |
| caption: {{$:/core/images/globe}} {{$:/language/Buttons/Language/Caption}}
 | |
| description: {{$:/language/Buttons/Language/Hint}}
 | |
| 
 | |
| \define flag-title()
 | |
| $(languagePluginTitle)$/icon
 | |
| \end
 | |
| <$button popup=<<qualify "$:/state/popup/language">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<<tv-config-toolbar-class>> selectedClass="tc-selected">
 | |
| <$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
 | |
| <span class="tc-image-button">
 | |
| <$set name="languagePluginTitle" value={{$:/language}}>
 | |
| <$image source=<<flag-title>>/>
 | |
| </$set>
 | |
| </span>
 | |
| </$list>
 | |
| <$list filter="[<tv-config-toolbar-text>prefix[yes]]">
 | |
| <span class="tc-btn-text"><$text text={{$:/language/Buttons/Language/Caption}}/></span>
 | |
| </$list>
 | |
| </$button>
 | |
| <$reveal state=<<qualify "$:/state/popup/language">> type="popup" position="below" animate="yes">
 | |
| <div class="tc-drop-down">
 | |
| <$linkcatcher to="$:/language">
 | |
| <$list filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]]">
 | |
| <$link>
 | |
| <span class="tc-drop-down-bullet">
 | |
| <$reveal type="match" state="$:/language" text=<<currentTiddler>>>
 | |
| •
 | |
| </$reveal>
 | |
| <$reveal type="nomatch" state="$:/language" text=<<currentTiddler>>>
 | |
|  
 | |
| </$reveal>
 | |
| </span>
 | |
| <span class="tc-image-button">
 | |
| <$set name="languagePluginTitle" value=<<currentTiddler>>>
 | |
| <$transclude subtiddler=<<flag-title>>>
 | |
| <$list filter="[all[current]field:title[$:/languages/en-GB]]">
 | |
| <$transclude tiddler="$:/languages/en-GB/icon"/>
 | |
| </$list>
 | |
| </$transclude>
 | |
| </$set>
 | |
| </span>
 | |
| <$view field="description">
 | |
| <$view field="name">
 | |
| <$view field="title"/>
 | |
| </$view>
 | |
| </$view>
 | |
| </$link>
 | |
| </$list>
 | |
| </$linkcatcher>
 | |
| </div>
 | |
| </$reveal>
 |