[tw] Re: Request for TiddlerTweakerPlugin...

2010-09-03 Thread whatever
Since we're requesting features for TiddlerTweakerPlugin, how about
the ability to add/remove tags instead of just replace tags.

w

On Sep 3, 1:13 pm, Tobias Beer beertob...@googlemail.com wrote:
 This goes to Eric,

 At many times when I wanted to batch-modify tiddlers I wanted to
 invert the selection, e.g. get all tiddlers not tagged systemConfig.
 As I am using TiddlerTweaker mostly in its bookmarklet version this
 simple inversion is something I've always wanted.

 It would be great if you could add a button to achieve that to its
 toolbar ...and update the code for the bookmarklet. Thanks a lot!

 Cheers, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Request for TiddlerTweakerPlugin...

2010-09-03 Thread Eric Shulman
 Since we're requesting features for TiddlerTweakerPlugin, how about
 the ability to add/remove tags instead of just replace tags.

this feature *already exists* in TiddlerTweaker

As you noted, the entry in tags field:
   tag tag tag 
*replaces* the existing tags on the selected tiddlers.

However, if you include a + or - prefix on a tag value, then that
tags is *added* or *removed*, respectively, from the selected
tiddlers, rather than replacing the existing tags.  Thus:
   tag1 tag2 tag3 ... = replace existing tags
while
   +tag1 -tag2 +tag3 -tag4 ... = add/remove tags

Important note: to add/remove tags, make sure that EVERY tag value in
the input has a + or - prefix, because ANY tag *without* a prefix will
cause all existing tags to be replaced.

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Request for TiddlerTweakerPlugin...

2010-09-03 Thread Måns
Hi Eric
 However, if you include a + or - prefix on a tag value, then that
 tags is *added* or *removed*, respectively, from the selected
 tiddlers, rather than replacing the existing tags.  Thus:
    tag1 tag2 tag3 ... = replace existing tags
 while
    +tag1 -tag2 +tag3 -tag4 ... = add/remove tags

 Important note: to add/remove tags, make sure that EVERY tag value in
 the input has a + or - prefix, because ANY tag *without* a prefix will
 cause all existing tags to be replaced.

Would it be, in any way, possible to add the functionality of beeing
able to add, replace or remove text from tiddlers textfields (or
custom fields) in a similar way, in TiddlerTweaker?

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.