mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
introducing meta types for import/export, fixes for attachments export
This commit is contained in:
@@ -478,7 +478,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
|
||||
* Return randomly generated string of given length. This random string generation is NOT cryptographically secure.
|
||||
*
|
||||
* @method
|
||||
* @param {number} length of the string
|
||||
* @param {integer} length of the string
|
||||
* @returns {string} random string
|
||||
*/
|
||||
this.randomString = utils.randomString;
|
||||
|
||||
Reference in New Issue
Block a user