I know 5.1.12 is about to be released without undo but I still think it
would be nice to have undo and redo buttons included. I think that the
functionality was all there. It is just a matter of doing something like
the following, can't quite figure it out how to capture the text of the
hidden dummy iframe after the undo but it should be so easy:
in undo.js:

    document.execCommand("undo", false, null);
    operation.replacement = this.iframeDoc.text;

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAL0r7zs_8gqGw-%3D4G3oquo_-VUbCMXvE-oJWcwEevTOh-%3DEtWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to