mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
script which shows list of edited files for a date, fixes #125
This commit is contained in:
@@ -146,8 +146,6 @@ async function handleProtectedSession() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function loadNoteDetail(noteId) {
|
async function loadNoteDetail(noteId) {
|
||||||
$scriptArea.html('');
|
|
||||||
|
|
||||||
currentNote = await loadNote(noteId);
|
currentNote = await loadNote(noteId);
|
||||||
|
|
||||||
if (isNewNoteCreated) {
|
if (isNewNoteCreated) {
|
||||||
@@ -192,6 +190,8 @@ async function loadNoteDetail(noteId) {
|
|||||||
|
|
||||||
await loadRelationList();
|
await loadRelationList();
|
||||||
|
|
||||||
|
$scriptArea.html('');
|
||||||
|
|
||||||
await bundleService.executeRelationBundles(getCurrentNote(), 'runOnNoteView');
|
await bundleService.executeRelationBundles(getCurrentNote(), 'runOnNoteView');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
src/scripts/Edited files on day.tar
Normal file
BIN
src/scripts/Edited files on day.tar
Normal file
Binary file not shown.
Reference in New Issue
Block a user