added web clipper to readme

This commit is contained in:
zadam 2019-07-20 14:27:36 +02:00
parent 04633bdf3a
commit 6d5f8e0562
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ Trilium Notes is a hierarchical note taking application with focus on building l
* Touch optimized [mobile frontend](https://github.com/zadam/trilium/wiki/Mobile-frontend) for smartphones and tablets
* [Night theme](https://github.com/zadam/trilium/wiki/Themes)
* [Evernote](https://github.com/zadam/trilium/wiki/Evernote-import) and [Markdown import & export](https://github.com/zadam/trilium/wiki/Markdown)
* [Web Clipper](https://github.com/zadam/trilium/wiki/Web-clipper) for easy saving of web content
## Builds

View file

@ -6,7 +6,7 @@ const {TRILIUM_DATA_DIR} = require('./data_dir');
const APP_DB_VERSION = 136;
const SYNC_VERSION = 9;
const CLIPPER_PROTOCOL_VERSION = 1;
const CLIPPER_PROTOCOL_VERSION = "1.0";
module.exports = {
appVersion: packageJson.version,