[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread Thomas Elmiger
Just for those who like alternatives: Here's what I use to list all my icons (copy to clipboard is missing here). I usually click an image to open it and copy the title from there. Put this in a tiddler: System images (ie, tiddlers tagged [[$:/tags/Image]]): .my-gallery svg { width: 1.5em;

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread Mohammad
Good job S.S. Cheers Mohammad On Tuesday, January 29, 2019 at 7:10:07 PM UTC+3:30, S. S. wrote: > > > The button size solution was so obvious I almost laughed when I realized > the reason. > > There's no use changing the svg image size - it's the that needs > the styling! > > Here is what I

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread Ton Gerner
Hi S. S. One small thing: You don't need ` ... ` in a stylesheet (tiddler tagged with $:/tags/Stylesheet). You need ` ... ` if you embed style e.g. in your image display tiddler. Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread S. S.
The button size solution was so obvious I almost laughed when I realized the reason. There's no use changing the svg image size - it's the that needs the styling! Here is what I finally have: In the display tiddler: \define link-to-clipboard(parameter) <<.button-images $(currentTiddler)$>>

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread TonyM
I am no expert but you need to set either or both hight="55px" and width= in svg. I believe you can wrap an svg with another svg tag Image Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread S. S.
Thanks Tony & Mohammad! I think I am almost there. The below works quite well. <$list filter="[all[shadows]tag[$:/tags/Image]]"> <$set name="image" value=<>> <$list filter="[removeprefix[$:/core/images/]]"> <$button message="tm-copy-to-clipboard" param=<>tooltip=< >

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread TonyM
Here is an Image Picker macro \define edit-fields-image-picker(actions,filter:"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[!has[draft.of]sort[title]]",subfilter:"") <$vars state-system=<>> <$checkbox tiddler=<> field="text"

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-29 Thread S. S.
Mohammad, thanks! I had forgotten about that. This is definitely one possibility. <$list filter="[all[shadows]tag[$:/tags/Image]]"> <$set name="image" value=<>> <$list filter="[removeprefix[$:/core/images/]]"> <$transclude tiddler=<>/><> And

[tw5] Re: List unknown number of items in a Table - Known number of columns - Unknown number of rows

2019-01-28 Thread Mohammad
Hi S.S, Have you seen this https://tiddlywiki.com/#Formatting%20List%20Results%20as%20Tables%20with%20CSS%20-%20Variable%20Column%20Method --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop