mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
script which shows list of edited files for a date, fixes #125
This commit is contained in:
parent
2eb1a9705f
commit
2ff7a890bc
@ -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.
Loading…
x
Reference in New Issue
Block a user