Hi all-

I read with interest the recent thread about an application, but I went back to 
fix an issue with my Applescript and found that this seems to be about all you 
need to say to convert highlights:

tell application "Skim"
  convert notes document 1
end tell

I used to have to say something like:

tell application "Skim"
  convert notes document 1
  set theNotes to notes of document 1
  repeat with i in theNotes
    if type of i is equal to highlight note then
      set theRun to get text for (get selection of i)
      set text of i to attribute run 1 of theRun
    end if
  end repeat
end tell

So has the Applescript changed? If so, thanks so much!

Best wishes,

Charles


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Skim-app-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-users

Reply via email to