Action

Save to iCloud (Folder Bookmarks)

Posted by sorashima, Last update about 3 years ago - Unlisted

Steps

  • script

    let Dictionary = JSON.stringify(
    {
      uuid: draft.processTemplate("[[uuid]]"),
      createdD: draft.processTemplate("[[created|%Y-%m-%d]]"),
      createdT: draft.processTemplate("[[created|%H%M%S]]"),
      modifiedD: draft.processTemplate("[[modified|%Y-%m-%d]]"),
      modifiedT: draft.processTemplate("[[modified|%H%M%S]]"),
      tags: draft.processTemplate("[[tags]]"),
      title: draft.processTemplate("[[title]]"),
      body: draft.processTemplate("[[body]]")
    }
    );
    draft.setTemplateTag("Dictionary", Dictionary);
  • runShortcut

    shortcutName
    Drafts2iCloudFB
    waitForResponse
    true

Options

  • After Success Default
    Notification Info
    Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.