shynloc/memos-web-clipper — explained in plain English
Analysis updated 2026-05-18
Save a whole article to your Memos instance with one click.
Clip just a highlighted snippet of text via right-click.
Keep clipped images from breaking by storing them in your own Memos server.
Tag and set visibility on each clip as you save it.
| shynloc/memos-web-clipper | abhishek-akkal/finova | adan-shahid/ecommerce_website | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Needs a running Memos server (v0.28.0+) and an access token.
Memos Web Clipper is a Chrome browser extension for saving web content directly into Memos, a self-hosted note-taking service. Inspired by the Obsidian Web Clipper, it lets you capture pages or selected text in Markdown format with one click, without leaving the page you are reading. The extension offers two main clipping modes. Full-page clipping automatically extracts the main article content from a webpage, filters out ads, sidebars, and navigation noise, and converts it to clean Markdown. Selected text clipping lets you highlight any text on the page, then save just that portion through either the extension panel or a right-click context menu option, which saves silently without opening any panel at all. When clipping, images in the content are automatically uploaded to your Memos instance's resource storage rather than being linked from the original source. This prevents the images from breaking if the original URL disappears. After a successful clip, the newly created memo automatically opens in a background tab so you can review it. Each clip can have custom tags attached (the default tag is #web-clip) and a visibility setting of private, protected, or public. The extension connects to your self-hosted Memos server using the v1 REST API and requires an access token from your Memos account settings. It is compatible with Memos v0.28.0 and later. The clipping panel can be opened with the keyboard shortcut Cmd+Shift+M on macOS or Ctrl+Shift+M on Windows. The Markdown conversion is handled by the Turndown library. The project is written in JavaScript and released under the MIT license.
A Chrome extension that clips web pages or selected text into your self-hosted Memos note-taking app as Markdown.
Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, Turndown.
MIT license, use freely for any purpose including commercial use.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.