/notiord-forked

chrome extension : Save a word to Notion database.

Primary LanguageTypeScriptMIT LicenseMIT

Notiord

Save a word to Notion database.


Notiord

デモ

demo

使い方

git clone https://github.com/yu1hpa/notiord.git && cd notiord
yarn install && yarn build

1. Notion Integration を用意

  • https://www.notion.so/my-integrations にアクセスして integration を作成
  • 基本情報を入力
  • Internal Integration Tokenは、この拡張機能を使う際のTokenに相当

2. Notion Database を用意

3. Notiord を準備

  • Chrome extensions (chrome://extensions/)に移動
    • Load unpackedを押して、ビルド出力先のnotiord/distを選択
  • Ctrl + Shift + Nを押して、DATABASE_IDTokenを入力

4. Notiord を使う

保存したい単語を右クリックして、Saveを選ぶ

Dependencies

Node v17.1.0
npm 8.18.0
Notion API v1 (https://developers.notion.com/)
Other see package.json

LICENSE

MIT LICENSE

Author

yu1hpa