mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
added web clipper to readme
This commit is contained in:
parent
04633bdf3a
commit
6d5f8e0562
@ -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
|
* 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)
|
* [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)
|
* [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
|
## Builds
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ const {TRILIUM_DATA_DIR} = require('./data_dir');
|
|||||||
|
|
||||||
const APP_DB_VERSION = 136;
|
const APP_DB_VERSION = 136;
|
||||||
const SYNC_VERSION = 9;
|
const SYNC_VERSION = 9;
|
||||||
const CLIPPER_PROTOCOL_VERSION = 1;
|
const CLIPPER_PROTOCOL_VERSION = "1.0";
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
appVersion: packageJson.version,
|
appVersion: packageJson.version,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user