mirror of
https://github.com/zadam/trilium.git
synced 2025-01-28 09:59:48 +08:00
added web clipper to readme
This commit is contained in:
parent
04633bdf3a
commit
6d5f8e0562
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue