Action

Open Urls on Each Line

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

Simple command to open all the URLs on each line.

This script assumes that the URL is the only text on the line.

Steps

  • script

    // See online documentation for examples
    // https://docs.getdrafts.com/docs/actions/scripting
    
    for (let line of draft.lines) {
    app.openURL(line)
    } 

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.