Skip to content

Commit

Permalink
Merge pull request #2 from achabotl/master
Browse files Browse the repository at this point in the history
Add entry for DEVONthink Pro
  • Loading branch information
kotfu committed Apr 30, 2015
2 parents e1c7207 + b085eec commit 8103065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppleScript/OpenInMarked.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ else if frontApp is "Mou" then
end tell
else if frontApp is "TextWrangler" then
tell application frontApp to set f to file of document of window 1 as alias
else if frontApp is "DEVONthink Pro" then
tell application "DEVONthink Pro" to set f to path of content record of think window 1
else
tell application "System Events"
tell process frontApp
Expand Down

0 comments on commit 8103065

Please sign in to comment.