0.0.4 • Published 3 years ago

arvis-notion-search v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

arvis Notion Search

arvis workflow for searching Notion.

Install

$ npm install --global arvis-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 arvis workflow environment variables.

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

Usage

In arvis, type ns <keyword> to search.

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

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago