On Friday, September 3, 2021 at 3:27:42 AM UTC-7 Dieterv wrote: > I found warning and tip macros used on pages like these > <https://tiddlywiki.com/#TaskManagementExample> but using <<.warning > "some text">>> >
Many of the macros that start with "." (e.g., "<<.warning>>") have been specially installed on https://TiddlyWiki.com as part of an "edition", and can be found here: $:/editions/tw5.com/doc-macros If you import that tiddler to your file, you can then use the <<.warning "...">> and <<.tip "...">> macros. However, you don't actually *need* those macros to display those symbols, which are already part of the TiddlyWiki core installation, and can be found here: *$:/core/images/warning* and *$:/core/images/tip* To display those images without installing the TiddlyWiki documentation edition, you can transclude them directly into your content by writing: {{$:/core/images/warning}} or {{$:/core/images/tip}} enjoy, -e P.S. Please join us on the new "Talk TiddlyWiki" Discourse server, here: https://talk.tiddlywiki.org/. It's currently an "experiment", but we hope to transition to it, and away from GoogleGroups, sometime in the near future. -- 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/05c2fa90-8fd4-4ab5-96e4-3267245cd819n%40googlegroups.com.

