[tw5] Re: Tag Cloud (TiddlyWiki coding fun)

2022-07-11 Thread Brian Radspinner
Here's a really simple tag cloud by...a certain *someone*; responding to a 
thread with a few other examples if you want to compare code

Tag Cloud by E...n 


On Monday, July 11, 2022 at 7:43:36 PM UTC-7 cj.v...@gmail.com wrote:

> "value list"?  Um: "value lost".
>
> Now I'm thinking philisophically about "value lists".  And how to not lose 
> them.
>
> On Monday, July 11, 2022 at 11:39:47 PM UTC-3 Charlie Veniot wrote:
>
>> For all the times it has been done before: value list if it can't be 
>> easily found.
>>
>> It is  shame.  If only there were a user-friendly public repository of 
>> TiddlyWiki snippets.  Sigh.
>>
>> Meh.  I enjoy programming and need the creative outlet.  If I can built 
>> it myself with native TiddlyWiki features, then I'll rebuild the wheel 
>> every time in a way that fits the thinking in this old sponge.  My kind of 
>> brain-age game.
>> On Monday, July 11, 2022 at 9:25:53 PM UTC-3 Eric Shulman wrote:
>>
>>> Indeed, TagCloud has  been done before... 
>>>
>>> https://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FTagCloud
>>>
>>> On Monday, July 11, 2022 at 3:52:17 PM UTC-7 cj.v...@gmail.com wrote:
>>>
 Hello,

 I just had an itch to code this thing.  I'm sure this has been done 
 many times before.  Regardless, maybe there's some interesting stuff in 
 there worth studying/dissecting/etc.

 Download attachment and drag into TiddlyWiki.com.

 It takes a couple of seconds for the tiddler to render because of the 
 large amount of tiddlers and tiddler tags in TiddlyWiki.com

 [image: Screenshot 2022-07-11 7.48.36 PM.png]

>>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0e9ae8a4-6a87-4b93-b01a-f8c94effef1en%40googlegroups.com.


[tw5] Re: Tag Cloud (TiddlyWiki coding fun)

2022-07-11 Thread Charlie Veniot
"value list"?  Um: "value lost".

Now I'm thinking philisophically about "value lists".  And how to not lose 
them.

On Monday, July 11, 2022 at 11:39:47 PM UTC-3 Charlie Veniot wrote:

> For all the times it has been done before: value list if it can't be 
> easily found.
>
> It is  shame.  If only there were a user-friendly public repository of 
> TiddlyWiki snippets.  Sigh.
>
> Meh.  I enjoy programming and need the creative outlet.  If I can built it 
> myself with native TiddlyWiki features, then I'll rebuild the wheel every 
> time in a way that fits the thinking in this old sponge.  My kind of 
> brain-age game.
> On Monday, July 11, 2022 at 9:25:53 PM UTC-3 Eric Shulman wrote:
>
>> Indeed, TagCloud has  been done before... 
>>
>> https://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FTagCloud
>>
>> On Monday, July 11, 2022 at 3:52:17 PM UTC-7 cj.v...@gmail.com wrote:
>>
>>> Hello,
>>>
>>> I just had an itch to code this thing.  I'm sure this has been done many 
>>> times before.  Regardless, maybe there's some interesting stuff in there 
>>> worth studying/dissecting/etc.
>>>
>>> Download attachment and drag into TiddlyWiki.com.
>>>
>>> It takes a couple of seconds for the tiddler to render because of the 
>>> large amount of tiddlers and tiddler tags in TiddlyWiki.com
>>>
>>> [image: Screenshot 2022-07-11 7.48.36 PM.png]
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/13ed6b91-72bf-40f6-ae59-37844e6532d4n%40googlegroups.com.


[tw5] Re: Tag Cloud (TiddlyWiki coding fun)

2022-07-11 Thread Charlie Veniot
For all the times it has been done before: value list if it can't be easily 
found.

It is  shame.  If only there were a user-friendly public repository of 
TiddlyWiki snippets.  Sigh.

Meh.  I enjoy programming and need the creative outlet.  If I can built it 
myself with native TiddlyWiki features, then I'll rebuild the wheel every 
time in a way that fits the thinking in this old sponge.  My kind of 
brain-age game.
On Monday, July 11, 2022 at 9:25:53 PM UTC-3 Eric Shulman wrote:

> Indeed, TagCloud has  been done before... 
>
> https://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FTagCloud
>
> On Monday, July 11, 2022 at 3:52:17 PM UTC-7 cj.v...@gmail.com wrote:
>
>> Hello,
>>
>> I just had an itch to code this thing.  I'm sure this has been done many 
>> times before.  Regardless, maybe there's some interesting stuff in there 
>> worth studying/dissecting/etc.
>>
>> Download attachment and drag into TiddlyWiki.com.
>>
>> It takes a couple of seconds for the tiddler to render because of the 
>> large amount of tiddlers and tiddler tags in TiddlyWiki.com
>>
>> [image: Screenshot 2022-07-11 7.48.36 PM.png]
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61edc949-85bd-4091-98ef-dbd03c9fe3dbn%40googlegroups.com.


[tw5] Re: Tag Cloud (TiddlyWiki coding fun)

2022-07-11 Thread Eric Shulman
Indeed, TagCloud has  been done before... 
https://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FTagCloud

On Monday, July 11, 2022 at 3:52:17 PM UTC-7 cj.v...@gmail.com wrote:

> Hello,
>
> I just had an itch to code this thing.  I'm sure this has been done many 
> times before.  Regardless, maybe there's some interesting stuff in there 
> worth studying/dissecting/etc.
>
> Download attachment and drag into TiddlyWiki.com.
>
> It takes a couple of seconds for the tiddler to render because of the 
> large amount of tiddlers and tiddler tags in TiddlyWiki.com
>
> [image: Screenshot 2022-07-11 7.48.36 PM.png]
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/505edfd3-20e2-4233-918d-16577eff5eafn%40googlegroups.com.


[tw5] Re: Tag Cloud (TiddlyWiki coding fun)

2022-07-11 Thread Charlie Veniot
BTW, the following is nice too:

*Replace *
`
add[10]addprefix[line-height:]addsuffix[px;]addsuffix[text-align:center;]]
 
}}}>
`
*With*
`

`


On Monday, July 11, 2022 at 7:52:17 PM UTC-3 Charlie Veniot wrote:

> Hello,
>
> I just had an itch to code this thing.  I'm sure this has been done many 
> times before.  Regardless, maybe there's some interesting stuff in there 
> worth studying/dissecting/etc.
>
> Download attachment and drag into TiddlyWiki.com.
>
> It takes a couple of seconds for the tiddler to render because of the 
> large amount of tiddlers and tiddler tags in TiddlyWiki.com
>
> [image: Screenshot 2022-07-11 7.48.36 PM.png]
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/260e03f5-171b-406d-a1d4-4da5fa185eb9n%40googlegroups.com.