File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments