Skip to content

Instantly share code, notes, and snippets.

@jsmm
Created October 23, 2013 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jsmm/7128507 to your computer and use it in GitHub Desktop.
Save jsmm/7128507 to your computer and use it in GitHub Desktop.
--2011-04-02
--http://organognosi.blogspot.com
tell application "Skim"
display dialog "Give the written page number:" default answer "" buttons {"Cancel", "OK"} default button 2
set writtenNumber to text returned of the result as integer
set numberNote5 to (get text for note 5 of page 1 of document 1)
set numberInThePDF to writtenNumber - numberNote5
go document 1 to page numberInThePDF of document 1
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment