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