mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 07:03:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| title: $:/core/ui/EditorToolbar/subscript
 | |
| tags: $:/tags/EditorToolbar
 | |
| icon: $:/core/images/subscript
 | |
| caption: {{$:/language/Buttons/Subscript/Caption}}
 | |
| description: {{$:/language/Buttons/Subscript/Hint}}
 | |
| condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]
 | |
| shortcuts: ((subscript))
 | |
| 
 | |
| <$action-sendmessage
 | |
| 	$message="tm-edit-text-operation"
 | |
| 	$param="wrap-selection"
 | |
| 	prefix=",,"
 | |
| 	suffix=",,"
 | |
| />
 | 
