Created
October 18, 2013 09:10
-
-
Save epramono/7038797 to your computer and use it in GitHub Desktop.
This custom URL Action in Drafts allows you to sync the changes you made to a text file in your Dropbox folder using Launch Center Pro's [prompt] and 1Writer's replace URL. You need to map the Dropbox folders that you want to use in 1Writer, and use the mapped folder name as the parameter for the 1Writer URL. Requires: Drafts 2.5, 1Writer 1.2, a…
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
launchpro://?url={{ | |
onewriter://x-callback-url/replace? | |
type=dropbox& | |
path=[prompt-text:Folder Name in 1Writer]& | |
name=[prompt-text:Filename with Extension]& | |
text=[[draft]]& | |
x-success=drafts%3A%2F%2F}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment