Replies: 1 comment 2 replies
-
|
I think we can let the tiddler use the text in the I think it is more useful to create a new icon cascade for it, which is more compat than the original one. Currently the tiddlywiki edition which is published by TidGi supports using emoji as tiddler icon. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This would much simplify setting a tiddlers icon:
Currently, the
iconfield expects a tiddler title because this is then transcluded to show the content. It would be a lot simpler if the user could just directly add anything in the icon field (e.g an emoji symbol) and have this show as an icon - i.e IF it is a tiddler title then it is, still, transcluded, but anything else is shown as-is.Currently $:/core/ui/TiddlerIcon reads:
I would like for
!is[blank]it to instead behas[title]and addemptyMessage=<<tiddlerIcon>>:(
has[title]captures both shadows and non-shadows)What you think about this for core?
Beta Was this translation helpful? Give feedback.
All reactions