Action
Things + UUID-link
Copies the current Drafts UUID to the clipboard.
Creates a new To-Do in Things app (Inbox); and pastes the unique Drafts (UUID) link into the notes (of Things app).
Experiment with URL Schemes to modify where Drafts sends your new Things To-Do (in Things app).
Steps
-
script
(() => { 'use strict'; const strURL = draft.permalink; return ( app.setClipboard(strURL) ); })();
-
url
template things:add?title=[[title]]¬es=[[clipboard]]
useSafari false
encodeTags true
Options
-
After Success Nothing Notification Info Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.