-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
148 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,48 @@ | ||
# Web-clipper | ||
![](images/Web-clipper%20chrome-trilium-web.png) | ||
# Web-clipper | ||
|
||
![screenshot of webclipper in chrome](images/Web-clipper%20chrome-trilium-web.png) | ||
|
||
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. | ||
|
||
Project is hosted [here](https://github.com/zadam/trilium-web-clipper). Firefox and Chrome are supported browsers, but the chrome build should work on other chromium based browsers as well. | ||
Project is hosted [here](https://github.com/zadam/trilium-web-clipper). | ||
|
||
Firefox and Chrome are supported browsers, but the chrome build should work on other chromium based browsers as well. | ||
|
||
## Functionality | ||
|
||
Functionality | ||
------------- | ||
|
||
* select text and clip it with context menu (right click) | ||
* click on an image or link and save it through context menu | ||
* save whole page from the popup or context menu | ||
* save screenshot (with crop tool) from either popup or context menu | ||
* create short text note from popup | ||
* select text and clip it with the right-click context menu | ||
* click on an image or link and save it through context menu | ||
* save whole page from the popup or context menu | ||
* save screenshot (with crop tool) from either popup or context menu | ||
* create short text note from popup | ||
|
||
Trilium will save these clippings as a new child note under a "clipper inbox" note. Clipper inbox is: | ||
Trilium will save these clippings as a new child note under a "clipper inbox" note. | ||
|
||
* if there's a note with [label](attributes.md) `clipperInbox`, then this note is used as parent for the clipped notes | ||
* otherwise, [day note](day-notes.md) is used as a parent | ||
By default, that's the [day note](Day-notes.md) but you can override that by setting the [label](Attributes.md) `clipperInbox`, on any other note. | ||
|
||
If there's multiple clippings from the same page (and on the same day), then they will be added to the same note. | ||
|
||
Get it | ||
------ | ||
|
||
------------- | ||
|
||
Extension is available from: | ||
|
||
* [Project release page](https://github.com/zadam/trilium-web-clipper/releases) - .xpi for Firefox and .zip for Chromium based browsers. | ||
* [Chrome Web Store](https://chrome.google.com/webstore/detail/trilium-web-clipper/dfhgmnfclbebfobmblelddiejjcijbjm?hl=en&authuser=0) | ||
* [Project release page](https://github.com/zadam/trilium-web-clipper/releases) - .xpi for Firefox and .zip for Chromium based browsers. | ||
* [Chrome Web Store](https://chrome.google.com/webstore/detail/trilium-web-clipper/dfhgmnfclbebfobmblelddiejjcijbjm?hl=en&authuser=0) | ||
|
||
## Configuration | ||
|
||
Configuration | ||
------------- | ||
|
||
The extension needs to connect to a running Trilium instance. By default, it scans a port range on the local computer to find a desktop Trilium instance. | ||
|
||
It's also possible to configure [server](server-installation.md) address for cases when the desktop application is not currently running. | ||
It's also possible to configure the [server](Server-installation.md) address if you don't run the desktop application, or want it to work without the desktop application running. | ||
|
||
Username | ||
-------- | ||
## Username | ||
|
||
------------- | ||
|
||
Older versions of Trilium (before 0.50) required username & password to authenticate, but this was reduced to just password. Web Clipper UI still contains the username field, just use arbitrary string. | ||
Older versions of Trilium (before 0.50) required username & password to authenticate, but this is no longer the case. You may enter anything in that field, it will not have any effect. |