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/e58c61ed-d226-4b6f-8ca5-b7237ba8a542o%40googlegroups.com.

Reply via email to