Created
December 15, 2021 13:25
-
-
Save JimmyLv/eae099106c008984c9c93d8f21ac6ede to your computer and use it in GitHub Desktop.
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
| set refURL to "https://roamresearch.com?title=&url=[$encoded_title]($user_link)#/quick-capture" | |
| tell application "Safari" to set the URL of the front document to refURL | |
| tell application "Safari" | |
| activate | |
| end tell | |
| get "hook://link-to-new-callback" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment