Skip to content

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

Notifications You must be signed in to change notification settings

liuyang2356/notion-leetcode-clipper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • CSS 17.3%
  • HTML 7.4%