1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Added cheatsheets to menu

This commit is contained in:
Milo Todt
2019-01-16 16:09:07 -08:00
parent 5a9de1a95d
commit 3fe45e9cbb

View File

@@ -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') }
}
]
}
]
}