Action

List in Clear

Posted by cowpi, Last update over 5 years ago

Sends a list of items to Clear app. (Items can be in a single column list or comma separated.) The Clear app will prompt for a name for list.

Steps

  • script

    // Preps draft as comma separated values to send to Clear app
    
    var find = '\n';
    var re = new RegExp(find, 'g');
    
    draft.content = draft.content.replace(re, ',');
  • url

    template
    clearapp://list/create?tasks=[[draft]]
    useSafari
    false
    encodeTags
    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.