Hi Helge,
as long as there is no fully-fledged tag cloud, you can maybe get along wit
this poor man's version (simply drop it it in a newly created tiddler):
<style>
.cloud { margin-right: 7px; }
.cloud .tc-tag-list-item { margin-right: 0; }
</style>
<$list filter="[tags[]!is[system]sort[title]]">
<span class="cloud">
<$transclude tiddler="$:/core/ui/TagTemplate"/>
<$count filter="[all[current]tagging[]]"/>
</span>
</$list>
UBi
Am Montag, 20. Januar 2014 16:17:57 UTC+1 schrieb Helge:
>
> Thanks Jeremy,
>
> this worked perfectly! With regards to the visualisation, I will probably
> simply wait until someone works on a plugin, me not being the programmer
> type.
>
> One small (and final for today) question: where would user-generated CSS
> go? The themses are encapsulated bundles of several tiddlers, can I simply
> create a tiddler, tag it as $:/tags/stylesheet and then have it imported by
> the theme's main CSS file?
>
> Helge.
>
> On Monday, 20 January 2014 14:47:37 UTC+1, Jeremy Ruston wrote:
>>
>> Hi Helge
>>
>> The current D3 plugin for TW5 is really just a proof of concept to show
>> the D3 code can be integrated with TW5's rendering mechanism. It's not much
>> work to produce a useful word cloud plugin, but it's not something that I
>> would be able to prioritise doing myself.
>>
>> In terms of the left menu, it's pretty easy to add one:
>>
>> 1) Visit the "Theme Tweaks" tab of the control panel and under the
>> "Sizes" heading change the following:
>> a) increase the "Story left position" from `0px` to, say, `200px`
>> b) increase the "Story right" position from `770px` to, say, `970px`
>> 2) Create a new tiddler (the title doesn't matter) with the tag
>> "$:/tags/PageTemplate" and insert the following text:
>>
>> <div style="position: absolute;top:0;left:0;width:200px;">
>> {{MainMenu}}
>> </div>
>>
>> 3) Create a tiddler called "MainMenu" with the content of your menu:
>>
>> * HelloThere
>> * SomethingElse
>> * AnotherThing
>>
>> Let us know how you get on,
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> On Mon, Jan 20, 2014 at 9:30 AM, Helge <[email protected]> wrote:
>>
>>> Julie,
>>>
>>> thanks for the help. I am currently looking for any kind of
>>> documentation on how to build a data tiddler for all listed tags. I know I
>>> can get a list of them by transcluding $:/core/ui/MoreSideBar/Tags, but
>>> this probably does not create a data tiddler as seen here
>>> http://tiddlywiki.com/d3demo.html in the CloudData tiddler. Are the
>>> requirements for this data tiddler available somewhere?
>>>
>>> As for the menu, I was more thinking of a separate left sidebar but I
>>> have now added a new tab to the right sidebar so that it gets displayed
>>> first, this will suffice, I guess.
>>>
>>> Seems like this will be some more work to get TW5 up and running similar
>>> to the previous TW.. :-)
>>>
>>> Helge.
>>>
>>>
>>> On Friday, 17 January 2014 17:54:40 UTC+1, Julie wrote:
>>>>
>>>>
>>>> For the cloud tag, I guess you would have to build a DataTiddler (JSON
>>>> or maybe dictionnary) with the appropriate data, ie the list of tags with
>>>> their count... to investigate.
>>>>
>>>> For the menu, you can create the tiddler you want to display, and then
>>>> it's easy to add it at the sidebar tabs (see "Add your own custom tab
>>>> to the sidebar tabs" at http://www.giffmex.org/tw5mall.htm
>>>> <http://www.google.com/url?q=http%3A%2F%2Fwww.giffmex.org%2Ftw5mall.htm&sa=D&sntz=1&usg=AFQjCNFOSy5GH7K3jA7HY1MCdNhxI53mbg>
>>>>
>>>> , and you have an example on http://tw5toolbar.tiddlyspot.com/ with a
>>>> "Styles" tab).
>>>>
>>> --
>>> 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 http://groups.google.com/group/tiddlywiki.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:[email protected]
>>
>
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.