Hi Jeremy

I'd love to setup a select box with modifier names from a list of tagged 
tiddlers as options.

I only want a modifier name to appear once - even if there are multiple 
tiddlers tagged with the tag which have been modified by the same 
modifier..  (maybe with a added count number)

If I do this:

<$select tiddler='$:/status/UserName'>
<$list filter='[tag[writeup]]'>
<option><$view field='modifier'/></option>
</$list>
</$select>

I get a list with modifier name(s) of all tiddlers tagged with "writeup".

I'd love to have a "group label" showing a modifiers name + a number 
showing how many writeups he's made.
When I select his name I'd like to write it as a text value to 
$:/status/UserName.

Now it's getting a little to "hairy" for my brain I'm afraid... - and my 
next test obviously doesn't work as expected..

<$select tiddler='$:/status/UserName' field='type' 
default='text/vnd.tiddlywiki'>
<$list filter='[tag[writeup]]'>
<optgroup label={{!!modifier}}>
<$list filter='[tag[writeup]]group{!!modifier}] +[sort[title]]'>
<option value={{!!modifier}}><$view field='modifier'><$view 
field='title'/></$view> (<$count 
filter="[is[current]tagging[]sort[title]]"></$count>)</option>
</$list>
</optgroup>
</$list>
</$select>

Any help is most apreciated :-)

Cheers Måns Mårtensson

Den lørdag den 21. juni 2014 17.54.03 UTC+2 skrev Måns:
>
> Hi Jeremy
>
> When you save your wiki with a hidden sidebar it will open anyway again 
> when you reload the page...
>
> Cheers Måns Mårtensson
>
> Den lørdag den 21. juni 2014 16.15.44 UTC+2 skrev Måns:
>>
>>  
>>
>>> I like it. What would be great would be the possibility to open all the 
>>> tiddlers below a topic - at least that's what I expected when I clicked on 
>>> "Guide".
>>>
>>> The content tab should be the default.
>>>
>>
>> +1
>>
>> I  noticed that if you import (drag/drop) some html from another browser 
>> window you'll have to set the tiddler format to text/html manually.
>>
>> Another thing is that if you delete the tiddlerformat and save the 
>> tiddler - the deletion won't get saved - unless you've made other changes 
>> to the tiddler content..
>>
>> Cheers Måns Mårtensson
>>
>

-- 
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.

Reply via email to