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

Alert users try to export md/txt in SNIPPET

This commit is contained in:
asmsuechan
2017-01-20 18:56:33 +09:00
parent f48864a2e7
commit 221b6a2938
2 changed files with 21 additions and 0 deletions

View File

@@ -68,12 +68,14 @@ var file = {
{
label: 'Plain Text (.txt)',
click () {
mainWindow.webContents.send('list:isMarkdownNote')
mainWindow.webContents.send('export:save-text')
}
},
{
label: 'MarkDown (.md)',
click () {
mainWindow.webContents.send('list:isMarkdownNote')
mainWindow.webContents.send('export:save-md')
}
}