On Sunday, May 31, 2020 at 3:54:41 PM UTC-7, Jake wrote: > > Looks like partial solution is to make it an actual button: > <$button> > <$action-navigate $to="Sample One"/> > [img [imgurl]] > </$button> > but this way the image will look like an actual button, with borders and > stuff. How to make it stay looking like a normal image? >
Add "tc-btn-invisible" class, like this: <$button class="tc-btn-invisible">...</$button> Note also that the $button widget directly support navigation via the "to=..." param, like this: <$button class="tc-btn-invisible" to="Sample One">[img[imgurl]]</$button> enjoy, -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/e01aa950-e210-4ea9-9a7d-6fde42c602c5%40googlegroups.com.

