After reading the AppleScript Skim wiki page 
(http://skim-app.sourceforge.net/wiki/index.php/AppleScript 
), I don't see any way to access the notes as rich text.
The AppleScript dictionary says that the text of a note is "rich text".

I have tried:
tell document 1 of application "Skim"
        set foo to {rich text of note 1}
        set the clipboard to foo
end tell

and:
tell document 1 of application "Skim"
        set foo to {ref rich text of note 1}
        set the clipboard to foo as rich text
end tell

but these don't compile.  This compiles, but doesn't put anything in  
the clipboard:
tell document 1 of application "Skim"
        set foo to {ref rich text of note 1}
        set the clipboard to foo
end tell

Any ideas?

Thanks,
Steve

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

Reply via email to