From b085eecd41ee73bd15befddcddd495ac0a1caba8 Mon Sep 17 00:00:00 2001 From: Alexandre Chabot-Leclerc Date: Fri, 24 Apr 2015 11:09:48 +0200 Subject: [PATCH] Add entry for DEVONthink Pro --- AppleScript/OpenInMarked.applescript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppleScript/OpenInMarked.applescript b/AppleScript/OpenInMarked.applescript index 2ce75a4..b87a9e5 100644 --- a/AppleScript/OpenInMarked.applescript +++ b/AppleScript/OpenInMarked.applescript @@ -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