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

first attempt to export html

This commit is contained in:
Maurits Lourens
2017-12-08 11:43:12 +01:00
parent 6a761c3fb5
commit 6a9d4ae0fd
6 changed files with 48 additions and 11 deletions

View File

@@ -106,6 +106,13 @@ const file = {
mainWindow.webContents.send('list:isMarkdownNote')
mainWindow.webContents.send('export:save-md')
}
},
{
label: 'Html (.html)',
click () {
mainWindow.webContents.send('list:isMarkdownNote')
mainWindow.webContents.send('export:save-html')
}
}
]
},