Re: [tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-18 Thread Tobias Beer
Hi Jeremy, At the moment the action widgets only work immediately inside a button widget. There are a few other widgets such as the link widget are also candidates to support action widgets. I agree that the ability to generate multiple action widgets with the list widget would be

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Stephan Hradek
Maybe it could be done using the action widget, as you would need to remove several tags. -- 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

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Stephan Hradek
Something like this: $fieldmangler $button $action-sendmessage $message=tm-add-tag $param=1/ $action-sendmessage $message=tm-remove-tag $param=2/ $action-sendmessage $message=tm-remove-tag $param=3/ 1 /$button $button

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Tobias Beer
Hi Stephan, Mhhh, how I am begging for some JavaScript. I get the feeling that to conditionally show buttons kinda depends on extending the reveal widget? https://groups.google.com/forum/#!topic/tiddlywiki/Z5uODNfpvcg Perhaps the best approach to tackle this tagging problem is to actually

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Stephan Hradek
Am Montag, 17. November 2014 15:39:25 UTC+1 schrieb Tobias Beer: Hi Stephan, Mhhh, how I am begging for some JavaScript. I'm wondering why this does not work: \define buttontags(tags) $fieldmangler$list filter=$tags$ variable= setThis$button$list filter=$tags$ -[titlesetThis] variable=

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Evolena
Is the list widget an appropriate parent for the action widgets? -- 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 post to

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Tobias Beer
Hi Stephan, I'm wondering why this does not work It does work, basically, insofar as it allows to set the tags and remove the others, but... 1. the markup and thus setup is way too heavy and inflexible 2. it won't highlight a currently set tag and dim non-selected tags 3. there's

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Stephan Hradek
Am Montag, 17. November 2014 17:31:06 UTC+1 schrieb Evolena: Is the list widget an appropriate parent for the action widgets? I have no clue. I thought the list widget would vanish in the resulting rendered tree. -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Tobias Beer
pretty much require plugin code ...mind you, I am not asking you to do it ^_^ -- 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

Re: [tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-17 Thread Jeremy Ruston
Am Montag, 17. November 2014 17:31:06 UTC+1 schrieb Evolena: Is the list widget an appropriate parent for the action widgets? I have no clue. I thought the list widget would vanish in the resulting rendered tree. At the moment the action widgets only work immediately inside a button widget.

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-16 Thread Stephan Hradek
Am Sonntag, 16. November 2014 16:49:24 UTC+1 schrieb Tobias Beer: @Stephan, Can you take a look and see why *Quick Tagging* as described in http://skeeve.tiddlyspot.com (5.0.7-beta) doesn't work in 5.1.4? PS: I know that you can now use *$:/tags/ViewTemplate* instead to conditionally

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-16 Thread Tobias Beer
Hi Stephan I havn't checked completely, but I think it could be this part, as the message names changed. message=tw-add-tag Yes, changing it to *tm-add-tag* helped, thanks. I was wondering how hard it would be to — instead of one-time action — make it a select-one-out-of-x type of

[tw] Re: [TW5] Skeeve: Quick Tagging

2014-11-16 Thread Tobias Beer
Would that be done using buttons with according messages? I guess a button template would be beneficial as the code for each status button would pretty much be the same except for being for a different tag out of a list of tags. Best wishes, Tobias. -- You received this message because you