Hi Dickon

> So what if we (you clever people, I mean) changed the warning sign I am
> talking about to something like this:
>
> *WARNING! *
> You are deleting a tiddler that "tags" [x] other tiddlers in this
> document.
> Do you want to DELETE or KEEP those tags in place on those other [x]
> tiddlers?
>
> If you KEEP the tags in place, then if you later use a different version of
> this tiddler
> (if you write a new one from scratch, or have the original version 'bounce
> back' from
> material that has been "included" in your wiki from another space)
> then connections will all still be in place.  *The safest thing to do is
> KEEP the tags! *
>
> *DELETE TAGS [X] *                *KEEP TAGS [V]*

RenameTagsPlugin starts like this:

config.renameTags = {

        prompts: {
                rename: "Rename the tag '%0' to '%1' in %2 tidder%3?",
                remove: "Remove the tag '%0' from %1 tidder%2?"
        },

I guess you can change the phrases:

1) "Rename the tag '%0' to '%1' in %2 tidder%3?"
and
2) "Remove the tag '%0' from %1 tidder%2?"

to whatever you like i.e.:

"*WARNING! * do you really want to rename the tag '%0' to '%1' in %2
tidder%3?"
"*WARNING! * do you really want to remove the tag '%0' from %1 tidder
%2?"

You could make the RenameTagsPlugin private - not to confuse those who
include the public tiddlers, and still have the functionality in
"private mode" or "configdisable" it - if you just want to have it
ready for activation later...

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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to