Skip to content

A browser extension for capturing web content directly into your Logseq graph. Adapted from Obsidian's Web Clipper.

License

Notifications You must be signed in to change notification settings

j3sch/logseq-clipper

 
 

Repository files navigation

A fork of the official Obsidian Web Clipper, adapted for Logseq. Logseq Web Clipper is a browser extension that helps you highlight and save web pages.

Installation

Available for Chromium-based browsers like Chrome, Brave, and Arc, as well as Firefox:

Developers

To build the extension:

npm run build

This will create three directories:

  • dist/ for the Chromium version
  • dist_firefox/ for the Firefox version
  • dist_safari/ for the Safari version

Install the extension locally

For Chromium browsers, such as Chrome, Brave, Edge, and Arc:

  1. Open your browser and navigate to chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked and select the dist directory

For Firefox:

  1. Open Firefox and navigate to about:debugging#/runtime/this-firefox
  2. Click Load Temporary Add-on
  3. Navigate to the dist_firefox directory and select the manifest.json file

Third-party libraries

About

A browser extension for capturing web content directly into your Logseq graph. Adapted from Obsidian's Web Clipper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.8%
  • SCSS 12.9%
  • HTML 6.4%
  • Other 1.9%