It works like a charm! Thanks a lot for this!
I'm just wondering if the same could be done somehow for in-wiki links also.

2014. január 14., kedd 18:47:13 UTC+1 időpontban Stephan Hradek a 
következőt írta:
>
> There was a mistake in the first one I posted… So here is the real 
> enhancement where you do not need to edit the tiddler to change the tags 
> you want to search:
>
>
> |!Search tag: | <$edit-text tiddler="$:/temp/RenameTags/search" tag=
> "input" type="text"/> |
> |!Replace by: | <$edit-text tiddler="$:/temp/RenameTags/replace" tag=
> "input" type="text"/> |
>
> ---
>
> !First step
> !!//Apply the new tag to the following tiddlers//
> <$list filter=
> "[!has[draft.of]tag{$:/temp/RenameTags/search}!tag{$:/temp/RenameTags/replace}sort[created]]"
> >
> <$checkbox tag={{$:/temp/RenameTags/replace}}><$link to={{!!title}}><$view 
> field="title"/></$link></$checkbox>
> </$list>
>
> !Second step
> !!//Remove the old tag from the following tiddlers//
> <$list filter=
> "[!has[draft.of]tag{$:/temp/RenameTags/search}tag{$:/temp/RenameTags/replace}sort[created]]"
> >
> <$checkbox tag={{$:/temp/RenameTags/search}}> ~~<$link to={{!!title}}><$view 
> field="title"/></$link>~~</$checkbox>
> </$list>
>
>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to