From 6d5f8e056263dbaaf3abf2d532a4fd1059745b58 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 20 Jul 2019 14:27:36 +0200 Subject: [PATCH] added web clipper to readme --- README.md | 1 + src/services/app_info.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a13c1ca..48fc6855c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/services/app_info.js b/src/services/app_info.js index 4800a5b88..5bf647553 100644 --- a/src/services/app_info.js +++ b/src/services/app_info.js @@ -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,