项目作者: AnNOtis

项目描述 :
Alfred workflow for searching Notion.
高级语言: JavaScript
项目地址: git://github.com/AnNOtis/alfred-notion-search.git
创建时间: 2020-04-29T12:49:28Z
项目社区:https://github.com/AnNOtis/alfred-notion-search

开源协议:

下载


Alfred Notion Search

Alfred workflow for searching Notion.

Install

  1. $ npm install --global alfred-notion-search

Open Notion in your browser and open the developer tools and go to the network tab

Do a quick search using ctrl/cmd+p for anything

Find the network request called search and in the headers tab scroll the to bottom to find the req payload

Grab the space_id value and then go to the cookies tab

Grab the values from token_v2

Change space_id & token_v2 in Alfred workflow environment variables.

Requires Node.js 8+, Alfred 3 and the Alfred Powerpack.

Usage

In Alfred, type ns <keyword> to search.

Select one of result and press enter to navigate to the Notion page for the result.