Build your personal knowledge base with TriliumNext Notes
 
 
 
 
 
 
Go to file
zadam b61149382e
Merge pull request #24 from siralmat/keyboard-shortcuts
Keyboard shortcuts
2020-10-09 08:52:20 +07:00
.idea send along a local datetime so that the creation date is saved correctly including the timezone 2020-05-29 20:27:17 +07:00
bin fix repo name 2019-07-20 14:40:50 +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 Add support for keyboard shortcuts 2020-10-09 10:23:17 +07:00
build.js release 0.1.1 2019-07-20 15:53:10 +07:00
content.js fixes and library updates 2020-04-02 22:49:27 +07:00
manifest.json Add support for keyboard shortcuts 2020-10-09 10:23:17 +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.