Skip to content

Commit

Permalink
Merge pull request #2811 from MiloTodt/Add_cheatsheets_to_menu
Browse files Browse the repository at this point in the history
Added cheatsheets to menu
  • Loading branch information
Rokt33r authored Jan 17, 2019
2 parents 743a900 + 3fe45e9 commit 3d9b85d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/main-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,27 @@ const help = {
{
label: 'Changelog',
click () { shell.openExternal('https://github.com/BoostIO/boost-releases') }
},
{
label: 'Cheatsheets',
submenu: [
{
label: 'Markdown',
click () { shell.openExternal('https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet') }
},
{
label: 'Latex',
click () { shell.openExternal('https://katex.org/docs/supported.html') }
},
{
label: 'HTML',
click () { shell.openExternal('https://htmlcheatsheet.com/') }
},
{
label: 'Boostnote',
click () { shell.openExternal('https://github.com/TobseF/boostnote-markdown-cheatsheet/blob/master/BOOSTNOTE_MARKDOWN_CHEAT_SHEET.md') }
}
]
}
]
}
Expand Down

0 comments on commit 3d9b85d

Please sign in to comment.