mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-05 08:54:10 +00:00
Add hidden setting for default tiddler icon
This commit is contained in:
parent
24d2804799
commit
6091b01386
@ -16,7 +16,9 @@ $:/config/ViewToolbarButtons/Visibility/$(listItem)$
|
|||||||
<$link>
|
<$link>
|
||||||
<$set name="foregroundColor" value={{!!color}}>
|
<$set name="foregroundColor" value={{!!color}}>
|
||||||
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
|
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
|
||||||
<$transclude tiddler={{!!icon}}/>
|
<$transclude tiddler={{!!icon}}>
|
||||||
|
<$transclude tiddler={{$:/config/DefaultTiddlerIcon}}/>
|
||||||
|
</$transclude>
|
||||||
</span>
|
</span>
|
||||||
</$set>
|
</$set>
|
||||||
<$list filter="[all[current]removeprefix[$:/]]">
|
<$list filter="[all[current]removeprefix[$:/]]">
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
created: 20200306145004925
|
||||||
|
modified: 20200306145004925
|
||||||
|
tags: [[Hidden Settings]]
|
||||||
|
title: Hidden Setting: Default Tiddler Icon
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
|
A default tiddler icon can be specified by creating a tiddler called $:/config/DefaultTiddlerIcon containing the title of the tiddler containing the icon.
|
Loading…
x
Reference in New Issue
Block a user