Skip to content

An Alfred workflow to quickly dump your tasks/ideas into Notion, thereby preventing you from having to do a lot of work to add one more row to your Notion Database.

Notifications You must be signed in to change notification settings

anandrajaram21/alfred-notion-gtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Alfred workflow to quickly dump your tasks/ideas into Notion, thereby preventing you from having to do a lot of work to add one more row to your Notion Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published