-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/backend_api/Attribute.html b/docs/backend_api/Attribute.html
index 5da2f4475..3075fa69c 100644
--- a/docs/backend_api/Attribute.html
+++ b/docs/backend_api/Attribute.html
@@ -1022,7 +1022,7 @@ and relation (representing named relationship between source and target note)
@@ -1783,7 +1783,7 @@ JSON MIME type. See also createNewNote() for more options.
- If there's a branch between note and parent note, remove it. Otherwise do nothing.
+ If there's a branch between note and parent note, remove it. Otherwise, do nothing.
@@ -1961,7 +1961,7 @@ JSON MIME type. See also createNewNote() for more options.
- If there's no branch between note and parent note, create one. Otherwise do nothing.
+ If there's no branch between note and parent note, create one. Otherwise, do nothing.
@@ -2059,7 +2059,7 @@ JSON MIME type. See also createNewNote() for more options.
-
if branch will be create between note and parent note, set this prefix
+
if branch will be created between note and parent note, set this prefix
@@ -2251,7 +2251,7 @@ JSON MIME type. See also createNewNote() for more options.
- Returns date-note. If it doesn't exist, it is automatically created.
+ Returns day note for a given date. If it doesn't exist, it is automatically created.
+
@@ -3711,7 +3868,7 @@ otherwise (by e.g. createNoteLink())
- Returns date-note for the first date of the week of the given date. If it doesn't exist, it is automatically created.
+ Returns day note for the first date of the week of the given date. If it doesn't exist, it is automatically created.
@@ -3804,7 +3961,7 @@ otherwise (by e.g. createNoteLink())
diff --git a/docs/frontend_api/services_frontend_script_api.js.html b/docs/frontend_api/services_frontend_script_api.js.html
index 04d0bea25..ba3bad2bd 100644
--- a/docs/frontend_api/services_frontend_script_api.js.html
+++ b/docs/frontend_api/services_frontend_script_api.js.html
@@ -417,16 +417,26 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
this.getTodayNote = dateNotesService.getTodayNote;
/**
- * Returns date-note. If it doesn't exist, it is automatically created.
+ * Returns day note for a given date. If it doesn't exist, it is automatically created.
+ *
+ * @method
+ * @param {string} date - e.g. "2019-04-29"
+ * @return {Promise<NoteShort>}
+ * @deprecated use getDayNote instead
+ */
+ this.getDateNote = dateNotesService.getDayNote;
+
+ /**
+ * Returns day note for a given date. If it doesn't exist, it is automatically created.
*
* @method
* @param {string} date - e.g. "2019-04-29"
* @return {Promise<NoteShort>}
*/
- this.getDateNote = dateNotesService.getDateNote;
+ this.getDayNote = dateNotesService.getDayNote;
/**
- * Returns date-note for the first date of the week of the given date. If it doesn't exist, it is automatically created.
+ * Returns day note for the first date of the week of the given date. If it doesn't exist, it is automatically created.
*
* @method
* @param {string} date - e.g. "2019-04-29"
diff --git a/package.json b/package.json
index 8a80fb3d6..3391ad2b9 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"electron": "16.0.6",
"electron-builder": "22.14.5",
"electron-packager": "15.4.0",
- "electron-rebuild": "3.2.5",
+ "electron-rebuild": "3.2.6",
"esm": "3.2.25",
"jasmine": "4.0.1",
"jsdoc": "3.6.7",