https://github.com/zadam/trilium-web-clipper
Save web clippings to Trilium Notes.
https://github.com/zadam/trilium-web-clipper
Last synced: 8 months ago
JSON representation
Save web clippings to Trilium Notes.
- Host: GitHub
- URL: https://github.com/zadam/trilium-web-clipper
- Owner: zadam
- License: gpl-3.0
- Created: 2019-07-19T18:36:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T04:12:10.000Z (about 2 years ago)
- Last Synced: 2025-10-26T23:03:18.363Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 296
- Watchers: 7
- Forks: 61
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-trilium - Trilium Web Clipper - commit/zadam/trilium-web-clipper) (🧩 Chrome Extensions / 🤖 ETAPI programs)
README
# Trilium Web Clipper
## This repo is dead
**Trilium is in maintenance mode and Web Clipper is not likely to get new releases.**
Trilium Web Clipper is a web browser extension which allows user to clip text, screenshots, whole pages and short notes and save them directly to [Trilium Notes](https://github.com/zadam/trilium).
For more details, see the [wiki page](https://github.com/zadam/trilium/wiki/Web-clipper).
## Keyboard shortcuts
Keyboard shortcuts are available for most functions:
* Save selected text: `Ctrl+Shift+S` (Mac: `Cmd+Shift+S`)
* Save whole page: `Alt+Shift+S` (Mac: `Opt+Shift+S`)
* Save screenshot: `Ctrl+Shift+E` (Mac: `Cmd+Shift+E`)
To set custom shortcuts, follow the directions for your browser.
**Firefox**: `about:addons` > Gear icon ⚙️ > Manage extension shortcuts
**Chrome**: `chrome://extensions/shortcuts`
## Credits
Some parts of the code are based on the [Joplin Notes browser extension](https://github.com/laurent22/joplin/tree/master/Clipper).