Build your personal knowledge base with Trilium Notes
Find a file
2021-04-10 11:18:01 +02:00
.idea clip screenshot crops correctly when HIDPI display is used 2020-10-09 22:07:26 +02:00
bin fix FF release script 2020-10-20 23:22:41 +02:00
icons initial import 2019-07-19 20:35:53 +02:00
lib Replace browser-polyfill.js with compiled script 2020-10-08 15:18:26 +08:00
options scan only one port instead of 10, https://github.com/zadam/trilium/issues/1503 2020-12-31 00:48:23 +01:00
popup Merge remote-tracking branch 'origin/master' 2021-03-31 22:25:16 +02:00
.gitignore gitignore 2019-07-19 20:40:31 +02:00
background.js fix screenshot scaling issue on firefox, https://github.com/zadam/trilium/issues/1202 2021-04-10 11:18:01 +02:00
build.js release 0.2.0 2020-10-20 23:13:28 +02:00
content.js Merge remote-tracking branch 'origin/master' 2021-03-31 22:25:16 +02:00
manifest.json release 0.2.0 2020-10-20 22:53:34 +02:00
README.md Documentation updates 2020-10-09 11:00:16 +08:00
trilium-web-clipper.iml fixes and library updates 2020-04-02 22:49:27 +02:00
trilium_server_facade.js scan only one port instead of 10, https://github.com/zadam/trilium/issues/1503 2020-12-31 00:48:23 +01: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

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.