mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
noteId is now in the URL hash. When this is present during notecase startup, then this note will be loaded
This commit is contained in:
@@ -157,6 +157,8 @@ function loadNote(noteId) {
|
||||
|
||||
$('#noteDetail').summernote('code', noteText);
|
||||
|
||||
document.location.hash = noteId;
|
||||
|
||||
$(window).resize(); // to trigger resizing of editor
|
||||
|
||||
noteChangeDisabled = false;
|
||||
|
||||
Reference in New Issue
Block a user