Action

Drafts Things

Posted by David Blue, Last update 7 months ago - Unlisted

UPDATES

7 months ago

  • Attempt to address URL-encoded output issue.
show all updates...

7 months ago

  • Attempt to address URL-encoded output issue.

over 1 year ago

-header newly specified
- Added x-success response report via See this GitHub Issue in my Drafts-specific Repository.

Creates an item in Things with the following parameters:

  • title = [display_title]
  • notes = (The Draft body with a prepended DavodTime timestamp.)
  • tags = Drafts, [tags]
  • list-id = LMLw5mRdV3y7BWkuZUJKu6
  • heading = Arrival
  • creation-date = [creation_date]

Upon returning to Drafts, x-things-id is inserted at the cursor in the following format:
[Things]([callback_x-things-id])

over 1 year ago

-Now specifies list-id

See this GitHub Issue in my Drafts-specific Repository.

Creates an item in Things with the following parameters:

  • title = [display_title]
  • notes = (The Draft body with a prepended DavodTime timestamp.)
  • tags = Drafts, [tags]
  • list-id = LMLw5mRdV3y7BWkuZUJKu6
  • heading = Arrival
  • creation-date = [creation_date]

Upon returning to Drafts, x-things-id is inserted at the cursor in the following format:
[Things]([callback_x-things-id])

Steps

  • defineTemplateTag

    name
    thing
    template
    [**[[display_title]]**]([[draft_open_url]])
    ---
    [[body]]
  • defineTemplateTag

    name
    thingstags
    template
    Drafts, [[tags]]
  • defineTemplateTag

    name
    thingssend
    template
    [[display_title]]¬es=[[thing]]&tags=[[thingstags]]&list-id=BetwxRAne7ZfEGQUMS1jKj&heading=Posts&creation-date=[[creation_date]]&when=today&auth-token=jWc7C1OBSlq0QbJrXa4ngw
  • callbackUrl

    template
    things:///add?title=[[thingssend]]
    waitForResponse
    true
    encodeTags
    false
  • insertText

    template
    [Things](things:///show?id=[[callback_x-things-id]])

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.