On Tuesday, January 7, 2020 at 9:58:23 AM UTC-8, springer wrote: > > Eric, I just tried copying your "select and delete" code over to my > tiddlyspot, and found that the checkboxes had no visible text next to them > (only the gear-icon next to most). Hovering over each showed a hint (at > bottom of browser where link URLs are previewed), but the checkboxes were > otherwise anonymous-looking... Any clue what would account for that? >
Normally, the <$link> widget has content to display, like this: <$link><$text text=<<currentTiddler>> /></$link> However, if the desired content is just to display the current tiddler title, you can use the <$link /> abbreviated syntax This abbreviated syntax was added in 5.1.20, so perhaps you are using an older revision of the TWCore? Here's the github discussion about this newer syntax: https://github.com/Jermolene/TiddlyWiki5/issues/3974 -e -- 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/af825eda-434b-48b1-9955-93c43d21e9ed%40googlegroups.com.

