kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			
		
			
				
	
	
		
			9 wiersze
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			9 wiersze
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
title: $:/snippets/paletteswitcher
 | 
						|
 | 
						|
<$linkcatcher to="$:/palette">
 | 
						|
<div class="tc-chooser"><$list filter="[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]"><$set name="cls" filter="[all[current]prefix{$:/palette}]" value="tc-chooser-item tc-chosen" emptyValue="tc-chooser-item"><div class=<<cls>>><$link to={{!!title}}>''<$view field="name" format="text"/>'' - <$view field="description" format="text"/>{{||$:/snippets/currpalettepreview}}</$link>
 | 
						|
</div></$set>
 | 
						|
</$list>
 | 
						|
</div>
 | 
						|
</$linkcatcher>
 |