/NotionPlus

Programming in Notion.so

Primary LanguageJavaScriptMIT LicenseMIT

NotionPlus

Features

https://www.youtube.com/watch?v=6Nn-NnXiQiU

Getting Started (中文文档)

Prerequisites

  • python3
  • pipenv

Installing

  1. install chrome extension
  2. get source code and install requirements
git clone https://github.com/mayneyao/NotionPlus.git
cd NotionPlus
pipenv install

Deployment

Config

  1. backend config
cp config.sample.ini config.ini
  • token: get token_v2 from cookies
  • timezone:
  • auth_token: nobody knows but you
  1. chrome extension config
  • serverHost: If you run the backend service locally, it should be http://127.0.0.1:5000
  • authToken: Same as conf.ini > security > auth_token (nobody knows but you)
  • actionTableUrl: Where dynamic task code is (a notion table browser url)

Run

./run.sh 

Built With

Changelog

see the tags on this repository.

Acknowledgments

License

MIT