JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q52885F
  • License MIT

Quickly creates Asana tasks from the Chrome Omnibox and Alfred workflows.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (alfred-filer-for-asana) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Filer for Asana

    CircleCI

    Quickly creates Asana tasks from the Chrome Omnibox and Alfred workflows.

    Using Chrome Extension

    Go to the URL bar ("Chrome Omnibox"), then type 'fa', a space, then type your task name and hit enter.

    You can file into a project by providing it at the end, preceded by a #. After the project, you can provide a section preceded by a .. To file into a section in 'My Tasks' (your "user task list" in Asana lingo), just provide a section with no project name.

    screenshot showing the above steps in Chrome

    Using Alfred Workflow

    Similarly, activate Alfred, then type 'fa', a space, then type your task name and hit enter. The same search syntax applies.

    screenshot showing the above steps in Alfred

    Installing Chrome Extension

    This isn't in the Chrome App Store - see DEVELOPMENT.md for how to run from a local checkout.

    Installing Alfred workflow

    Download and double click the latest release's .alfredworkflow file.

    Chrome Extension Configuration

    1. Create a new "Personal access token" in Asana
    2. Set up options directly here or in Chrome | … | More Tools | Extensions | Filer for Asana | Details | Extension options.
    3. Paste in your personal access token.
    4. Provide the rest of the configuration and hit 'Save'
    screenshot showing the above steps in Asana and the Chrome extension options

    Alfred Workflow Configuration

    1. Create a new "Personal access token" in Asana
    2. Alfred | Workflows | Filer for Asana | [≈] icon in upper right
    3. Add values to Workflow Environment Variables section
    4. Save
    screenshot showing the above steps in Asana and the Chrome extension options

    Not created, maintained, reviewed, approved, or endorsed by Asana, Inc.

    Contributions

    This project, as with all others, rests on the shoulders of a broad ecosystem supported by many volunteers doing thankless work, along with specific contributors.

    In particular I'd like to call out:

    • Audrey Roy Greenfeld for the cookiecutter tool and associated examples, which keep my many projects building with shared boilerplate with a minimum of fuss.
    • Sindre Sorhus and Sam Verschueren for the alfy tool, which provided an easy on-ramp to integrating this project with Alfred.