mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	Disable wikilinks within tab buttons
Thanks to @BramChen for the suggestion: https://github.com/Jermolene/TiddlyWiki5/issues/1697#issuecomment-990092 50
This commit is contained in:
		| @@ -6,9 +6,11 @@ tags: $:/tags/Macro | ||||
| <div class="tc-tab-buttons $class$"> | ||||
| <$list filter="$tabsList$" variable="currentTab"> | ||||
| <$button set=<<qualify "$state$">> setTo=<<currentTab>> default="$default$" selectedClass="tc-tab-selected"> | ||||
| <$set name="tv-wikilinks" value="no"> | ||||
| <$transclude tiddler=<<currentTab>> field="caption"> | ||||
| <$macrocall $name="currentTab" $type="text/plain" $output="text/plain"/> | ||||
| </$transclude> | ||||
| </$set> | ||||
| </$button> | ||||
| </$list> | ||||
| </div><div class="tc-tab-divider $class$"/><div class="tc-tab-content $class$"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene