On Tuesday, November 11, 2014 1:02:37 PM UTC+1, Jeremy Ruston wrote: > > Hi Daniel > >> How about Delete happens immediately, and there's a transient Undo button? >> > Yes, good idea. I think there is a spectrum of possibilities from the > "trashcan" suggestion here through to full revision retention for each > tiddler. > A reasonable first step to allow some experimentation would be to add a > hook that is called for each tiddler that is deleted or overwritten: >
I did some experiments with ActionSetFieldWidget. ... If you set the tiddler title field, it creates a clone of the tiddler. (no confirmation needed) So changing the name and deleting the "old" tiddler imo will move a tiddler to the trashcan. This mechanism should work fine with a client - server version too. The other way around is more sensible. Since there may be a valid tiddler that can't be overwritten without confirmation. So a hook might be useful here to check the existing tiddler and ask for permission to overwrite it. -m [1] http://tiddlywiki.com/prerelease/#ActionSetFieldWidget -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
