This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Evernote" | |
try | |
set Evernote_Selection to selection | |
if Evernote_Selection = {} then | |
display dialog "Please select the note to Wikify" | |
end if | |
set noteName to (title of item 1 of Evernote_Selection) | |
set notebookName to (name of notebook of item 1 of Evernote_Selection) | |
end try | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Evernote" | |
try | |
set Evernote_Selection to selection | |
if Evernote_Selection = {} then | |
display dialog "Please select the note to Wikify" | |
end if | |
set noteName to (title of item 1 of Evernote_Selection) | |
set notebookName to (name of notebook of item 1 of Evernote_Selection) | |
end try | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Evernote" | |
try | |
set Evernote_Selection to selection | |
if Evernote_Selection = {} then | |
display dialog "Please select the note to Wikify" | |
end if | |
set noteName to (title of item 1 of Evernote_Selection) | |
set notebookName to (name of notebook of item 1 of Evernote_Selection) | |
end try | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Evernote" | |
try | |
set Evernote_Selection to selection | |
if Evernote_Selection = {} then | |
display dialog "Please select the note to Wikify" | |
end if | |
set noteName to (title of item 1 of Evernote_Selection) | |
set notebookName to (name of notebook of item 1 of Evernote_Selection) | |
end try | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* INSERT MARKDOWN LINKS OF CURRENT PAGE OF SKIM PDF INTO TEXTMATE | |
-- created by Stephen Margheim | |
-- 06 July 2013 | |
-- open source | |
*) | |
tell application "Skim" |
NewerOlder