Skip to content

Commit 6d5f8e0

Browse files
committed
added web clipper to readme
1 parent 04633bd commit 6d5f8e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

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

2526
## Builds
2627

src/services/app_info.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const {TRILIUM_DATA_DIR} = require('./data_dir');
66

77
const APP_DB_VERSION = 136;
88
const SYNC_VERSION = 9;
9-
const CLIPPER_PROTOCOL_VERSION = 1;
9+
const CLIPPER_PROTOCOL_VERSION = "1.0";
1010

1111
module.exports = {
1212
appVersion: packageJson.version,

0 commit comments

Comments
 (0)