/notion-leetcode-clipper

A Chrome extension for clipping LeetCode problems to your Notion database.

Primary LanguageJavaScript

Notion Leetcode Clipper

A Chrome extension for clipping LeetCode problem to you Notion database.

image

Getting Started

  1. Duplicate the database template.

  2. Follow the official guide(Step 1 & Step 2) from Notion to create an integration and share the database with your integration.

  3. Clone the project and install dependencies.

    git clone https://github.com/yishuolin/notion-leetcode-clipper.git
    cd notion-leetcode-clipper
    yarn install
  4. Paste your NOTION_KEY and NOTION_DATABASE_ID in src/js/request.js

    const NOTION_KEY = '';
    const NOTION_DATABASE_ID = '';
  5. Build bundle files.

    yarn build
  6. Go to Extension Management Page by navigating to chrome://extensions

  7. Enable Developer Mode by cliking the toggle switch on the upper right corner.

  8. Click the Load unpacked button, select notion-leetcode-clipper/build directory.