mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
updates to the demo document
This commit is contained in:
parent
34de8fb874
commit
c4bc53da59
BIN
db/demo.zip
BIN
db/demo.zip
Binary file not shown.
@ -387,12 +387,10 @@ function BackendScriptApi(currentNote, apiParams) {
|
|||||||
this.sql = sql;
|
this.sql = sql;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Trigger tree refresh in all connected clients. This is required when some tree change happens in
|
* @method
|
||||||
* the backend.
|
* @deprecated - this is now no-op since all the changes should be gracefully handled per widget
|
||||||
*
|
|
||||||
* @returns {Promise<void>}
|
|
||||||
*/
|
*/
|
||||||
this.refreshTree = ws.refreshTree;
|
this.refreshTree = () => {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {{syncVersion, appVersion, buildRevision, dbVersion, dataDirectory, buildDate}|*} - object representing basic info about running Trilium version
|
* @return {{syncVersion, appVersion, buildRevision, dbVersion, dataDirectory, buildDate}|*} - object representing basic info about running Trilium version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user