mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 21:29:56 +01:00
added date note APIs to frontend script API
This commit is contained in:
@@ -38,6 +38,12 @@ class NoteFull extends NoteShort {
|
||||
/** @param {string} */
|
||||
this.content = row.content;
|
||||
|
||||
/** @param {string} */
|
||||
this.dateCreated = row.dateCreated;
|
||||
|
||||
/** @param {string} */
|
||||
this.dateModified = row.dateModified;
|
||||
|
||||
/** @param {string} */
|
||||
this.utcDateCreated = row.utcDateCreated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user