Last active
December 20, 2015 15:29
-
-
Save epramono/6154385 to your computer and use it in GitHub Desktop.
This is a simple action that I use quite often to find my own posts that have been published earlier. It will take the content of the current post in Drafts and use it as a search keyword for a site search on Geeks with Juniors. The result will be shown in Chrome. Requires: Drafts 2.5 and Chrome.
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
| googlechrome-x-callback://x-callback-url/open/? | |
| url={{http://www.geekswithjuniors.com/display/Search?moduleId=17668996&searchQuery=}}+[[draft]]& | |
| x-source=Drafts& | |
| x-success={{drafts://}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment