mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-03 02:11:07 +05:30
feat(renderer): WordExportDialog (docx export with template picker)
This commit is contained in:
@@ -102,6 +102,8 @@ export const ipc = {
|
||||
safeCall('app', 'openExternal', url),
|
||||
showItemInFolder: (path: string): Promise<IpcResult<void | ChannelMissing>> =>
|
||||
safeCall('app', 'showItemInFolder', path),
|
||||
showSaveDialog: (args?: { title?: string; defaultPath?: string }): Promise<IpcResult<string | null | ChannelMissing>> =>
|
||||
safeCall('app', 'showSaveDialog', args),
|
||||
},
|
||||
menu: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user