mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 23:14:24 +01:00
- Complete Manifest V3 conversion for Chrome extension future compatibility - Add progressive status notifications with real-time feedback - Optimize performance with non-blocking async operations - Convert to ES module architecture with service worker - Replace browser.* APIs with chrome.* throughout - Add smart content script injection (dynamic, only when needed) - Enhance error handling with graceful degradation - Preserve all existing functionality while improving UX - Faster save operations with clean error-free console logs Breaking Changes: None - fully backward compatible Performance: Significantly improved save operation speed UX: Added real-time status updates during save operations
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.
For more details, see the wiki page.
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.