We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5105bab commit 49c9bcaCopy full SHA for 49c9bca
lib/main-menu.js
@@ -384,6 +384,10 @@ const help = {
384
label: 'Boostnote official site',
385
click () { shell.openExternal('https://boostnote.io/') }
386
},
387
+ {
388
+ label: 'Wiki',
389
+ click () { shell.openExternal('https://github.com/BoostIO/Boostnote/wiki') }
390
+ },
391
{
392
label: 'Issue Tracker',
393
click () { shell.openExternal('https://github.com/BoostIO/Boostnote/issues') }
0 commit comments