Skip to content

Files

web-clipper

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 25, 2024
Apr 9, 2024
Jun 26, 2023
Dec 10, 2024
Dec 5, 2022
Dec 5, 2024
Jan 16, 2023
Jan 21, 2025
Jan 21, 2025
Aug 14, 2023
Mar 21, 2024

Contributing guidelines

Please read the contributing guidelines beforehand.

Setting web clipper locally

Running the web clipper

  1. Install packages and setup the repo. Run this command in the repository root:
    npm install
  2. Run the Notesnook webapp:
    npm run start:web
  3. Navigate to the web clipper folder:
    cd extensions/web-clipper
  4. Run the web clipper:
    npm run dev:chrome

Viewing the web clipper

  1. Open chrome and go to chrome://extensions.
  2. Turn on "Developer Mode".
  3. Click on "Load unpacked" and select the extensions/web-clipper/build folder.