Honestly I think in sequence it could work like this:

1. Create a Tiddler with a title that is somewhat common to all the 
tabs...we'll call this the parentTiddler
2. Click a <$button> of some sort....that you click on and it will request 
either a list of suffixes to create, or the number of tiddlers you wish to 
have tabs for...
3. Create each of the new tiddlers with a title of "parentTiddler + [ 
suffix[x] or x ]" and set the caption to "suffix[x] or x"; and also set an 
[edit|Tiddler Title] in the content of the new Tiddler so we can edit it 
later.
4. In parentTiddler set the content to <<tabs 
[tags[parentTiddlerTitle]sort[]]>> to sort the tabs.
5. Done.


On Friday, 4 December 2015 05:28:14 UTC-5, Matabele wrote:
>
> Hi
>
> Don't know exactly what you are looking for, but it is possible to place a 
> $list widget containing action-widgets within a $button widget -- like this:
>
> <$button tooltip="Modify All">
> <$list filter="[tag[MyTag]]">
> <$action-setfield $tiddler=<<currentTiddler>> tags="[[tag one]] [[tag 
> two]]" caption="something"/>
> </$list>
> Modify All
> </$button>
>
> regards
>
> On Thursday, 3 December 2015 19:21:22 UTC+2, leeand00 wrote:
>>
>> The new version of TW5 is great, I especially like the new tab tagging 
>> feature...
>>
>> However setting that up becomes laborious on occasion since I have to go 
>> to each tiddler in the gui and set it and it's number manually.
>>
>> I'm thinking it would be neat to try this in Javascript as a plugin or 
>> something, but I was wondering if there's a way to do this with the 
>> existing functionality.
>>
>> Thank you, 
>>    Andrew J. Leer
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/34a44ca0-6419-473a-91b9-3f8e190301e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to