Build your personal knowledge base with Trilium Notes
Find a file
zadam 786d249a6e
Merge pull request #61 from contributor/master
Capture location.hash into pageUrl attribute
2024-05-18 06:12:10 +02:00
.idea clip screenshot crops correctly when HIDPI display is used 2020-10-09 22:07:26 +02:00
bin fixed release script 2021-11-21 10:29:00 +01:00
icons update icons 2021-11-20 21:59:31 +01:00
lib upgrade readability 2022-02-19 19:35:39 +01:00
options remove username from options 2022-10-29 14:55:26 +02:00
popup Merge pull request #54 from manto89/feature/already-visited 2023-07-09 23:02:09 +02:00
.gitignore gitignore 2019-07-19 20:40:31 +02:00
background.js Add already-section when pageurl matches existing note. 2023-06-21 13:13:28 +02:00
build.js release 1.0.1 2022-10-29 15:25:37 +02:00
content.js capture location.hash with save-selection (example.com/long-article#part10) 2024-05-10 14:10:41 +03:00
LICENSE Create LICENSE 2022-08-05 19:19:15 +02:00
manifest.json 1.0.1 2022-10-29 15:25:20 +02:00
README.md Update README.md 2024-03-27 06:40:30 +01:00
trilium-web-clipper.iml fixes and library updates 2020-04-02 22:49:27 +02:00
trilium_server_facade.js Add already-section when pageurl matches existing note. 2023-06-21 13:13:28 +02:00
utils.js "save note" is now "save link with note" - i.e. we're saving a current URL together with the text note 2021-03-31 22:23:43 +02:00

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.