Do you like more fun?
If you are on Tiddlywiki 5.2.1 prerelease, you can use cascades to apply icons conditionally.
- Open https://tiddlywiki.com/prerelease/#%24%3A%2FControlPanel
- Open Info > Advanced > Cascades > Tiddler Icon
- See how TW 5.2.1 applies icons to different Tiddlers
Example: Use $:/core/images/new-journal-button
for all Journal tiddlers
- Create a new tiddler
- Tag it with
$:/tags/TiddlerIconFilter
- In the body put the below filter
[tag[Journal]then[$:/core/images/new-journal-button]]
- Save
- Create a new Journal tiddler (e.g from sidebar > Tools > create new journal button or on Windows press alt-J
- Save and llok at your Journal Tiddler
Tiddlywiki 5.2.1 cascades
is just amazing!
Use the same procedure to apply custom colors to filtered tiddlers!
you can also use attached tiddler to try the above example Custom-Journal-Icon.json (192 Bytes) drag and drop into https://tiddlywiki.com/prerelease, create a new Journal tiddler.