Thank you Mark!
 Thats right! Your solution works! I need to develop some css to customize 
elements in the thumbnail show!

Mohammad

On Tuesday, July 31, 2018 at 9:36:21 AM UTC+4:30, Mark S. wrote:
>
> You can. You can even use the existing template. 
>
> <style>
> .myclass img {
> min-width: 50%;
> min-height: 50% ;
> max-width: 50%; 
> } 
> </style>
> <div class="myclass">
> <$list filter="[tag[TableOfContents]]" >
> {{||$:/core/ui/ViewTemplate}}
> </$list>
> </div>
>
>
> What I've done here is wrap it with my own class and then apply 
> restrictions for images. But you would need to work out what you wanted in 
> terms of size reduction for various font tags (eg H1, H2, P, etc.) and 
> buttons, and other entities. You can see that the SVG buttons are now 
> optimized for visibility ;-)  
>
> But I'm not sure if this really gets you where you want. There's no way 
> that I know of to "crop" the tiddlers. Perhaps one of the CSS gurus will 
> know some tricks that would make that possible.
>
> HTH
>
> -- Mark
>
>
> On Monday, July 30, 2018 at 8:35:40 PM UTC-7, Mohammad wrote:
>>
>> Thank you Mark!
>>
>> Is it possible to transclude a tiddler with its all contents? For example 
>> a tiddler has a title, subtitle, some fields, and a text filed and then 
>> some other elements come from ViewTemplate (those we can apply through 
>> $:/tags/ViewTemplate).
>>
>>
>> *Mohammad*
>>
>>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ea212a59-d55f-4d3a-97ba-4009cc0f7f52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to