Skip to content

Instantly share code, notes, and snippets.

@epramono
Created October 18, 2013 09:10
Show Gist options
  • Save epramono/7038797 to your computer and use it in GitHub Desktop.
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…
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