[tw] Re: Edit tags from multiple tiddlers

2015-01-15 Thread Birthe C
Hi Terenor,

For renaming tags visit 
http://tb5.tiddlyspot.com/#Search%20And%20Replace%20Tag


Birthe

On Thursday, January 15, 2015 at 5:42:57 PM UTC+1, Terenor wrote:

 Hello,

 I have multiple tiddlers that are tagged with a tag that I want to rename 
 in some cases and in other just remove the tag completely from all those 
 tiddlers. Is there a way to do that ? Thanks

 T


-- 
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 this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Edit tags from multiple tiddlers

2015-01-15 Thread Terenor
Thats great thanks Birthe. I may be missing something however as it does 
not replace the old tag with the new one, but it adds the new tag to 
the tiddlers that have the old tag.

Looking at the few lines of code to see if I can change that, would be 
grateful for any tips (and perhaps we could update the script with this new 
functionality)

Thanks,

T

On Thursday, January 15, 2015 at 12:55:19 PM UTC-5, Birthe C wrote:

 Hi Terenor,

 For renaming tags visit 
 http://tb5.tiddlyspot.com/#Search%20And%20Replace%20Tag


 Birthe

 On Thursday, January 15, 2015 at 5:42:57 PM UTC+1, Terenor wrote:

 Hello,

 I have multiple tiddlers that are tagged with a tag that I want to rename 
 in some cases and in other just remove the tag completely from all those 
 tiddlers. Is there a way to do that ? Thanks

 T



-- 
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 this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Edit tags from multiple tiddlers

2015-01-15 Thread Terenor
Woow this is great I had posted a reply asking why it would not delete the 
tag, but I just figured it out. This little script is great! Thanks :)
T

On Thursday, January 15, 2015 at 12:55:19 PM UTC-5, Birthe C wrote:

 Hi Terenor,

 For renaming tags visit 
 http://tb5.tiddlyspot.com/#Search%20And%20Replace%20Tag


 Birthe

 On Thursday, January 15, 2015 at 5:42:57 PM UTC+1, Terenor wrote:

 Hello,

 I have multiple tiddlers that are tagged with a tag that I want to rename 
 in some cases and in other just remove the tag completely from all those 
 tiddlers. Is there a way to do that ? Thanks

 T



-- 
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 this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Edit tags from multiple tiddlers

2015-01-15 Thread Astrid Elocson
Hi Terenor,

I think this falls into the category of global search and replace, which is 
a feature that's on the roadmap.

But Stephan Hradek has an example called RenameTags at 
http://tw5magick.tiddlyspot.com/.


 developing plugins is daunting. Is there a step by step guide with 
pointers to prerequisites for those with no prior experience?

I don't think there is, but there ought to be. I think that 
http://www.tiddlywiki.com/dev ought to contain a reasonably detailed 
explanation of how the code actually works – not to the level of individual 
lines, but documenting the main classes and functions and principles of 
use, i.e. the API. These can be deduced by reading the code, but that's 
time-consuming.

I recently wrote a plugin containing a widget for generating railroad 
diagrams. This was my first experience at writing a TiddlyWiki plugin, 
although I was undoubtedly helped by the fact that I work as a developer 
and have tinkered with JavaScript before. The railroad plugin is a wrapper 
around an independent JavaScript library, so I started by finding another 
plugin that's like that. I chose the KaTeX plugin, took a copy of it, and 
stripped out all the KaTeX-specific stuff, and this left me with the bare 
bones of a plugin that did nothing. I then began to add simple things to 
the skeleton to see what would work and what wouldn't, and what ought to go 
where.

– æ

-- 
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 this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Edit tags from multiple tiddlers

2015-01-15 Thread Tobias Beer
I think all this batch editing will change drastically — think 
TiddlerTweakerPlugin http://www.tiddlytools.com/#TiddlerTweakerPlugin and 
better — once the button widget is allowed to contain list widgets which in 
turn may contain action widgets.

Best wishes, Tobias.

-- 
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 this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.