Hi experts,
i found here https://tiddlywiki.com/#Core%20Icons the documentation how to implement the core icons and how to use the parameters.
I want to use the icons somewhere in the text to describe the users how to use the buttons.
If I use
{{$:/core/images/add-comment}}
the icon is shown full size.
If I try this as described in tiddlywiki.com
{{$:/core/images/add-comment|32px}}
only the text {{$:/core/images/add-comment|32px}} appear
The same situation is I use other parameters like
{{$:/core/images/new-journal-button|48px|17}}
If I use the complete code, copied from tiddlywiki
{{$:/core/images/new-journal-button|48px|17}}
<$transclude $tiddler="$:/core/images/new-journal-button" day="17"/>
The error message Recursive transclusion error in transclude widget appear.
What I do wrong?