Action

Conept: things add work with config.json

Last update over 3 years ago - Unlisted

Just a proof of concept for now

Steps

  • script

    // read from file in iCloud
    let icloud_filemanager = FileManager.createCloud(); 
    
    class Things3Data
    {
          work = 'work_active'
          privat = 'active'
    }
    
    icloud_filemanager.writeJSON("/things3_configuration.json", new Things3Data())
    let configuration = icloud_filemanager.readJSON("/things3_configuration.json")
    
    alert(configuration.work)
    app.setClipboard(configuration.work)
  • callbackUrl

    template
    things:add?title=[[title]]¬es=[[body]]&list=[[clipboard]]
    waitForResponse
    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.