mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 04:50:03 -06:00
ETAPI auth, spec improvements etc.
This commit is contained in:
@@ -23,7 +23,7 @@ function getInboxNote(date) {
|
||||
}
|
||||
else {
|
||||
inbox = attributeService.getNoteWithLabel('inbox')
|
||||
|| dateNoteService.getDateNote(date);
|
||||
|| dateNoteService.getDayNote(date);
|
||||
}
|
||||
|
||||
return inbox;
|
||||
@@ -137,7 +137,7 @@ function saveSqlConsole(sqlConsoleNoteId) {
|
||||
|
||||
const sqlConsoleHome =
|
||||
attributeService.getNoteWithLabel('sqlConsoleHome')
|
||||
|| dateNoteService.getDateNote(today);
|
||||
|| dateNoteService.getDayNote(today);
|
||||
|
||||
const result = sqlConsoleNote.cloneTo(sqlConsoleHome.noteId);
|
||||
|
||||
@@ -179,7 +179,7 @@ function getSearchHome() {
|
||||
const today = dateUtils.localNowDate();
|
||||
|
||||
return hoistedNote.searchNoteInSubtree('#searchHome')
|
||||
|| dateNoteService.getDateNote(today);
|
||||
|| dateNoteService.getDayNote(today);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user