> while that is good for when things don't work, are there any
> suggestions for opera 10? or is it not supported?

I've just finished improvements to the SaveToClipboard script.  It now
support *direct* clipboard access for:
   * Firefox
      - asks for security permission
   * Chrome, Safari, IE 6
      - uses document.execCommand("copy"...)
   * IE 7/8
      - uses document.clipboardData.copy(...)

However, Opera doesn't support direct clipboard access using any of
the above methods, so I've added a generic fallback method, based on
the RescueStoreArea script I've previously written...

When using Opera (or other non-supported browser), instead of copying
the document source content directly to the clipboard, it displays it
as 'preformatted' text in another browser tab/window.  You can then
manually select that text and copy it to the clipboard.

Get the update (v1.3.0) here:
   http://www.tiddlytools.com/#SaveToClipboard

Note: SaveToClipboard now completely supersedes RescueStoreArea, as it
incorporates all of that functionality plus more.

Also note that the 'save to clipboard' command link can be used as an
*Instant Bookmarklet*... simply drag it to your Firefox toolbar (or
add it to your bookmarks).  Once you have added the button to your
toolbar, you can apply it to *any* TiddlyWiki document you are viewing
simply by clicking the toolbar button (or choosing the bookmark),
without installing anything in the current document!

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
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