added "edited notes on date" widget

This commit is contained in:
zadam
2019-09-07 10:11:59 +02:00
parent e828ef370d
commit b069436039
10 changed files with 89 additions and 5 deletions

View File

@@ -340,6 +340,7 @@ function getNotePath(noteId) {
noteId: noteId,
branchId: childParentToBranchId[`${noteId}-${parentNoteId}`],
title: noteTitle,
notePath: retPath,
path: retPath.join('/')
};
}