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

Merge pull request #2145 from amedora/table-formatter

Markdown Table Formatter
This commit is contained in:
Junyoung Choi (Sai)
2018-07-17 13:50:00 +09:00
committed by GitHub
4 changed files with 76 additions and 0 deletions

View File

@@ -136,6 +136,15 @@ const file = {
{
type: 'separator'
},
{
label: 'Format Table',
click () {
mainWindow.webContents.send('code:format-table')
}
},
{
type: 'separator'
},
{
label: 'Print',
accelerator: 'CommandOrControl+P',