Build your personal knowledge base with TriliumNext Notes
 
 
 
 
 
 
Go to file
zadam 2a79ef0aa5 release 0.2.0 2020-10-20 23:09:01 +07:00
.idea clip screenshot crops correctly when HIDPI display is used 2020-10-09 22:07:26 +07:00
bin Fix imageless posts when taking a screenshot on an internal page. 2019-10-06 20:59:46 +07:00
icons initial import 2019-07-19 20:35:53 +07:00
lib Replace browser-polyfill.js with compiled script 2020-10-08 15:18:26 +07:00
options initial import 2019-07-19 20:35:53 +07:00
popup release scripts + check of version compatibility 2019-07-20 12:17:59 +07:00
.gitignore gitignore 2019-07-19 20:40:31 +07:00
README.md Documentation updates 2020-10-09 11:00:16 +07:00
background.js use correct active tab URL 2020-10-09 23:08:57 +07:00
build.js release 0.2.0 2020-10-20 23:09:01 +07:00
content.js fixes and library updates 2020-04-02 22:49:27 +07:00
manifest.json release 0.2.0 2020-10-20 22:53:34 +07:00
trilium-web-clipper.iml fixes and library updates 2020-04-02 22:49:27 +07:00
trilium_server_facade.js send along a local datetime so that the creation date is saved correctly including the timezone 2020-05-29 20:27:17 +07:00
utils.js initial import 2019-07-19 20:35:53 +07:00

README.md

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.