[tw] Re: Suggestion for better WARNING when you delete a tiddler that tags...

2011-11-19 Thread Bauwe Bijl
Hi Dickon

What about the revision function?
By snapping back to the "original" version you undo the changes and
keep the old functionality.
(and perhaps an undo/redo function/button in the toolbar for your
users?)

Bauwe

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@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: Suggestion for better WARNING when you delete a tiddler that tags...

2011-11-19 Thread dickon
OK - I see what you mean, I think - but doesn't the "remove tags" option 
actually edit all those other previously-tagged tiddlers as well as 
deleting the tiddler... So even if I roll back to an earlier revision of 
Tiddler A (that used to tag, say, Tiddlers H to Q)  does that repair all 
the removed tags in tiddlers H to Q as well - or do I have to go through 
each of them individually (and how would I know which tiddlers to repair?)

D.


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/cMoKHtmoWsoJ.
To post to this group, send email to tiddlywiki@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: Suggestion for better WARNING when you delete a tiddler that tags...

2011-11-19 Thread Måns
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 tiddlywiki@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: Suggestion for better WARNING when you delete a tiddler that tags...

2011-12-15 Thread dickon
Nice.  Thanks Mans, that is really helpful.  i think those suggstions will 
solve this

Dickon

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/h6I37IL9OS0J.
To post to this group, send email to tiddlywiki@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.