Last active
January 3, 2016 14:29
-
-
Save epramono/8476406 to your computer and use it in GitHub Desktop.
This Drafts action will append a new item into 1Writer's local document named "Journal Items.md" with a timestamp. Requires: Drafts 3.5.4, 1Writer 1.2, and TextExpander.
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
onewriter://x-callback-url/append? | |
path=Documents& | |
type=local& | |
name=Journal%20Items.md& | |
text={{<<xdts>>}}%0A[[draft]]& | |
afterSuccess=Delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment