added: command and shortcut to open press review

This commit is contained in:
quenousimporte 2023-04-24 16:46:16 +02:00
parent ef90b92c54
commit 5b173f74b8
1 changed files with 10 additions and 0 deletions

10
main.js
View File

@ -342,6 +342,11 @@ var commands = [
{
hint: "Download all vaults",
action: downloadallvaults
},
{
hint: "Open revue de presse",
action: loadreview,
shortcut: "ctrl+r"
}];
var snippets = [
@ -1984,6 +1989,11 @@ function loadtodo()
loadnote("todo");
}
function loadreview()
{
loadnote("Revue de presse");
}
function loadquicknote()
{
loadnote("Quick note");