- Notifications
You must be signed in to change notification settings - Fork7
yishuolin/notion-leetcode-clipper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Chrome extension for clipping LeetCode problem to you Notion database.
Duplicate thedatabase template.
Follow theofficial guide(Step 1 & Step 2) from Notion to create an integration and share the database with your integration.
Clone the project and install dependencies.
git clone https://github.com/yishuolin/notion-leetcode-clipper.gitcd notion-leetcode-clipperyarn install
Paste yourNOTION_KEY andNOTION_DATABASE_ID in
src/js/request.js
constNOTION_KEY='';constNOTION_DATABASE_ID='';
Build bundle files.
yarn build
Go toExtension Management Page by navigating to
chrome://extensions
EnableDeveloper Mode by cliking the toggle switch on the upper right corner.
Click theLoad unpacked button, select
notion-leetcode-clipper/build
directory.
About
A Chrome extension for clipping LeetCode problems to your Notion database.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.