mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Added cheatsheets to menu
This commit is contained in:
@@ -383,6 +383,27 @@ const help = {
|
|||||||
{
|
{
|
||||||
label: 'Changelog',
|
label: 'Changelog',
|
||||||
click () { shell.openExternal('https://github.com/BoostIO/boost-releases') }
|
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') }
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user