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.
Available for Chromium-based browsers like Chrome, Brave, and Arc, as well as Firefox:
To build the extension:
npm run build
This will create three directories:
dist/
for the Chromium versiondist_firefox/
for the Firefox versiondist_safari/
for the Safari version
For Chromium browsers, such as Chrome, Brave, Edge, and Arc:
- Open your browser and navigate to
chrome://extensions
- Enable Developer mode
- Click Load unpacked and select the
dist
directory
For Firefox:
- Open Firefox and navigate to
about:debugging#/runtime/this-firefox
- Click Load Temporary Add-on
- Navigate to the
dist_firefox
directory and select themanifest.json
file
- webextension-polyfill for browser compatibility
- readability for content extraction
- turndown for HTML to Markdown conversion
- dayjs for date parsing and formatting
- lz-string to compress templates to reduce storage space
- lucide for icons
- mathml-to-latex for MathML to LaTeX conversion
- dompurify for sanitizing HTML