Action

Things + UUID-link

Posted by Tethys, Last update about 3 years ago
  1. Copies the current Drafts UUID to the clipboard.

  2. 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).

https://culturedcode.com/things/support/articles/2803573/

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.