This is the first release of Web Clipper since Trilium switched maintainership. This version contains the previously unreleased features and fixes, as well as support for Manifest v3.
Note
These are “preview” ZIPs which are unsigned. We have already submitted this version to both the Firefox and Chrome store and they are pending validation.
Feel free to report any bugs you might have along the way.
For more information, see https://docs.triliumnotes.org/user-guide/setup/web-clipper.
- Corrected
modifiedDateto use the correct date value (previously incorrectly usedpublishedDate) - Fixed duplicate context menu entry.
- Reintroduced support for Chrome, by supporting Manifest V3.
- Capture location.hash into pageUrl attribute by @contributor
- Check if the current page is already saved in trilium by @manto89
- Keep the title when adding notes by @manto89
- Check if the current page is already saved in trilium by @manto89
- Send published/modified date when saving whole page by @jrao1
- Technically, switched to the WXT framework.