Hi Markus
Putting '{{$:/core/images/spiral}} description’ in the caption field should in
fact work, and it’s a bug that it doesn’t.
The problem lies in the template $:/core/ui/EditorToolbar/stamp-dropdown which
builds the dropdown for the stamp tool. To display the description of each
stamp it currently uses:
<$view tiddler=<<snippetTitle>> field="caption" mode="inline">
<$view tiddler=<<snippetTitle>> field="title" mode="inline"/>
</$view>
The <$view> widget displays a field as plain text. If the field doesn’t exist
then the content of the <$view> widget is displayed instead.
However, the convention in TiddlyWiki is to transclude the caption field,
rather than just viewing it as plain text. Transcluding the content of the
field causes wikitext such as the image to work normally.
I’ve fixed the problem here:
https://github.com/Jermolene/TiddlyWiki5/commit/7795ed92300b6ed73062363484eff68de4c141f6
<https://github.com/Jermolene/TiddlyWiki5/commit/7795ed92300b6ed73062363484eff68de4c141f6>
The fix will be live on the prerelease in about 10 minutes:
https://tiddlywiki.com/prerelease <https://tiddlywiki.com/prerelease>
We don't recommend using the prerelease for anything important, though. Until
v5.1.22 is released you’d probably be better off using the Unicode trick (which
does in any case carry some advantages).
Best wishes
Jeremy.
> On 15 Jan 2020, at 19:03, Markus Adler <[email protected]> wrote:
>
> Hey Ton,
>
> that's exactly what I was looking for.
> Thank you very much.
>
>
> Am Mittwoch, 15. Januar 2020 18:13:05 UTC+1 schrieb Ton Gerner:
> Hi Markus,
>
> For personal use there are far more text characters that can be
> copied/pasted, e.g. from:
>
> https://www.piliapp.com/symbol/ <https://www.piliapp.com/symbol/>
> https://coolsymbol.com/ <https://coolsymbol.com/>
> Cheers,
>
> Ton
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected]
> <mailto:[email protected]>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/5411a354-12c9-4cee-ad0b-44bbd0b1197c%40googlegroups.com
>
> <https://groups.google.com/d/msgid/tiddlywiki/5411a354-12c9-4cee-ad0b-44bbd0b1197c%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/DCB6C265-5B47-4842-9642-CA7F0D1083A9%40gmail.com.