Thank you man, really helps a lot. : ) On Friday, September 25, 2020 at 10:32:29 AM UTC+8 Eric Shulman wrote:
> On Thursday, September 24, 2020 at 6:55:43 PM UTC-7, [email protected] > wrote: >> >> How to set the size of the image ahead, some of them is large > > > Assuming you are using this code to produce your list: > <$list filter="[prefix[Excel]tag[kp]]"> > <h2><$link><$transclude tiddler={{!!icon}}/><$text > text={{!!title}}/></$link></h2> > </$list> > > Then, create a stylesheet tiddler (e.g., "MyStyles"), tagged with > $:/tags/Stylesheet, containing: > h2 img, h2 svg { height:1em; width:1em; } > This will force all images (including SVG images) that are contained > within an "h2" heading to be automatically resized to the same height as > the text. > > >> And by the way where can I found the manual about "!!title" or "!!icon" >> things? >> > > Start with this tiddler: > https://tiddlywiki.com/#Transclusion%20in%20WikiText > then follow the links at the bottom of that tiddler for more info. > > 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/b462d9ad-d57d-4835-b823-4081f4b28ad4n%40googlegroups.com.

