I write a lot of Markdown, and I’ve long had a few simple TextExpander snippets that easily let me insert a markdown link to the front-most window in either Safari or Chrome. They are very simple, for example: 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 "[" & t & "](" & U & ")" But… I’ve been recently using Ulysses for writing, which is a Markdown editor, mostly and sort of.