TiddlyTools/Time/ToolbarCalendar uses a Unicode character emoji (📅
- see https://emojipedia.org/calendar#technical) to display the calendar “icon” in the toolbar.
If the environment you are using (e.g. TiddlyDesktop) doesn’t support the necessary extended Unicode character set, this emoji character will appear as a small rectangle “placeholder” symbol. According to the emojipedia.org link above, the Calendar emoji was approved as part of Unicode 6.0 in 2010 and added to Emoji 1.0 in 2015, so I had simply assumed that it would be safe to use in virtually all modern applications.
Unfortunately, I dont use TiddlyDesktop (nor Linux), so I can’t test/debug to try and find a fix.
As a workaround, you could try creating/adding an SVG tiddler that displays a suitable calendar image, and then replace the unicode references in TiddlyTools/Time/ToolbarCalendar (in the text
AND caption
fields) with a transclusion of the added SVG image tiddler.
Of course, the “proper” fix would be to make TiddlyDesktop correctly handle use of Unicode character emojis.
-e