This will be outstanding, thank you Christiaan!  I will put this  
feature to good use.

Steve

> For the next release I've added support for raw RTF data, which the
> clipboard does accept. So something like
> tell document 1 of app "Skim"
> set the clipboard to (get RTF for note 1)
> end tell
>
> should work. If you want both the text and the RTF (which doesn't  
> happen
> automatically), you can do something like:
> tell document 1 of app "Skim"
> set the clipboard to {RTF:get RTF for note 1, text:get text of note 1
> as text}
> end tell
>
> BTW, if you put a reference on the clipboard using AppleScript, that  
> is
> actually added as a reference, not the evaluated data. That's also  
> why I
> inserted an extra "get" command in my second sample above.
>
> Christiaan

------------------------------------------------------------------------------
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to