Created
May 26, 2020 17:31
-
-
Save forrestchang/82b5a03d1eacd62c7eb2be30e4354420 to your computer and use it in GitHub Desktop.
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 "Google Chrome" | |
set tab_link to (get URL of active tab of first window) | |
set tab_title to (get title of active tab of first window) | |
set md_link to ("{{[[TODO]]}} read: " & "[" & tab_title & "]" & "(" & tab_link & ")" & " #reading-list #article #inbox") | |
set the clipboard to md_link | |
display notification md_link with title "Success" | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment