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

Merge pull request #2281 from mbarczak/features/toc_generator

Automatic table of contents generation for Markdown
This commit is contained in:
Junyoung Choi (Sai)
2018-09-15 12:36:54 +09:00
committed by GitHub
8 changed files with 822 additions and 2 deletions

View File

@@ -145,6 +145,16 @@ const file = {
{
type: 'separator'
},
{
label: 'Generate/Update Markdown TOC',
accelerator: 'Shift+Ctrl+T',
click () {
mainWindow.webContents.send('code:generate-toc')
}
},
{
type: 'separator'
},
{
label: 'Print',
accelerator: 'CommandOrControl+P',