mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-11-09 02:41:39 +08:00
fix demo document statistics, closes #4117
This commit is contained in:
parent
0599891ec0
commit
b7bc843a37
BIN
db/demo.zip
BIN
db/demo.zip
Binary file not shown.
@ -304,6 +304,9 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
|
|||||||
*/
|
*/
|
||||||
this.createLink = linkService.createLink;
|
this.createLink = linkService.createLink;
|
||||||
|
|
||||||
|
/** @deprecated - use api.createLink() instead */
|
||||||
|
this.createNoteLink = linkService.createLink;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds given text to the editor cursor
|
* Adds given text to the editor cursor
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user