mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
alt+t is now shortcut for today script
This commit is contained in:
parent
72df0d8861
commit
89e89e04d8
@ -8,4 +8,6 @@ window.goToday = async function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
api.activateNote(todayNoteId);
|
api.activateNote(todayNoteId);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$(document).bind('keydown', "alt+t", window.goToday);
|
Loading…
x
Reference in New Issue
Block a user