1.0.1 • Published 3 years ago

alfred-notion-gtd v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Alfred Workflow for Notion

This is a simple Alfred workflow for Notion to quickly and easily add tasks/ideas to your "Inbox" on Notion, so as to reduce the time you take to do so. This prevents some laziness, and massively cuts down on the time taken to note down your ideas/tasks, thereby preventing you from forgetting to take action on them.

This workflow is built around the template used in this video

Installation

You can now install the package using one simple command:

npm install -g alfred-notion-gtd

Environment Variables

To run this project, you will need to edit the environment variables in the Alfred workflow preferences.

NOTION_TOKEN - Your Notion integration token. Create a Notion integration here and paste the internal integration token here in the following format: NOTION_TOKEN="your secret goes here"

DATABASE_ID - The database ID where you store all your tasks. Learn how to find the database ID of your Notion database here. Paste the database ID in the following format: DATABASE_ID="your notion db id"

TASK_NAME - The name of the property of the task name in your table. For e.g: TASK_NAME="Task Name"

DATE_NAME - The name of the property of the due date in your table. For e.g: DATE_NAME="Due Date"

Usage/Examples

Will be updated once the development is complete

Tech Stack

This app will be built using the following technologies:

  • Alfy - To make the Alfred workflow
  • Notion API - To add rows to the database
  • Chrono - Natural Language Dates to add due dates for tasks