Skip to content

Commit 3d9b85d

Browse files
authored
Merge pull request #2811 from MiloTodt/Add_cheatsheets_to_menu
Added cheatsheets to menu
2 parents 743a900 + 3fe45e9 commit 3d9b85d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lib/main-menu.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,27 @@ const help = {
383383
{
384384
label: 'Changelog',
385385
click () { shell.openExternal('https://github.com/BoostIO/boost-releases') }
386+
},
387+
{
388+
label: 'Cheatsheets',
389+
submenu: [
390+
{
391+
label: 'Markdown',
392+
click () { shell.openExternal('https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet') }
393+
},
394+
{
395+
label: 'Latex',
396+
click () { shell.openExternal('https://katex.org/docs/supported.html') }
397+
},
398+
{
399+
label: 'HTML',
400+
click () { shell.openExternal('https://htmlcheatsheet.com/') }
401+
},
402+
{
403+
label: 'Boostnote',
404+
click () { shell.openExternal('https://github.com/TobseF/boostnote-markdown-cheatsheet/blob/master/BOOSTNOTE_MARKDOWN_CHEAT_SHEET.md') }
405+
}
406+
]
386407
}
387408
]
388409
}

0 commit comments

Comments
 (0)