This file contains hidden or 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 a markdown link for the active safari window | |
-- Get the info we need from Safari | |
tell application "Safari" | |
set t to name of current tab of window 1 | |
set U to URL of current tab of window 1 | |
end tell | |
set mLink to "[" & t & "](" & U & ")" | |
-- set mLink to "%snippet:slink%" |
OlderNewer