[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread Mohammad
Thanks Mario! I will have a closer look and will share if I could introduce better solution! --Mohammad On Wednesday, July 3, 2019 at 2:32:37 AM UTC+4:30, PMario wrote: > > Hi, > > You may have a closer look at: https://tiddlywiki.com/#ActionListopsWidget > > -m > -- You received this messag

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread PMario
Hi, You may have a closer look at: https://tiddlywiki.com/#ActionListopsWidget -m -- 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...@googleg

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread Mohammad
Example attached! Give your comment or alternative solution! On Tuesday, July 2, 2019 at 5:27:00 PM UTC+4:30, Mohammad wrote: > > I think this may be a solution > > \define applyTag() > > <$list filter="[search:title[exmp65/data]tag[exmp65]]"> > <$fieldmangler> > <$action-sendmessage $message="t

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread Mohammad
I think this may be a solution \define applyTag() <$list filter="[search:title[exmp65/data]tag[exmp65]]"> <$fieldmangler> <$action-sendmessage $message="tm-remove-tag" $param="exmp65"/> <$tiddler tiddler={{exmp65/state}}> <$fieldmangler> <$action-sendmessage $message="tm-add-tag" $param="exmp6

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread Mohammad
The dummy solution is to - remove tag from all tiddlers - set the tag for select tiddler The bad part is while only one tiddler has a tag, but I have to process all of them. --Mohammad -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread Mohammad
Sorry! You are right I forgot to ask the question in original post! I send two more posts after that and asked my question! In real case they are tens of tiddlers and may grow dynamically all have no Tag except one! Then user select another one so this new new gets the Tag and from the previous T

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread TonyM
Mohammad, I was wondering if you post was a question. I have gone down this path before but now days I would swap it around Have a tiddler tagged - Tid1 - Tid2 - Tid3 - Tid4 Lets call this the set-tiddler Then use a filter in a select widget to set a field to only one of the abo

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread Mohammad
In simple word this is an equal to Temp = A A = B B = Temp Temp is a temporary variable! In TW seems everything is dynamic, so I failed to do above operation! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and sto

[tw5] Re: Switch a Tag among few tiddlers

2019-07-02 Thread Mohammad
Any idea? Any simple solution? On Tuesday, July 2, 2019 at 1:58:54 PM UTC+4:30, Mohammad wrote: > > Assume you have > >- Tid1 >- Tid2 >- Tid3 >- Tid4 > > User wants to have a *select widget* and choose one Tiddler > >1. The action after selection is to add a Tag like *myTag* t