mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
Merge pull request #992 from anytypeio/feature/990
Feature/990: Export to markdown
This commit is contained in:
commit
2b90219f7d
10 changed files with 116 additions and 3 deletions
|
@ -405,6 +405,10 @@ function menuInit () {
|
|||
label: 'Import',
|
||||
click: () => { send('import'); }
|
||||
},
|
||||
{
|
||||
label: 'Export',
|
||||
click: () => { send('export'); }
|
||||
},
|
||||
{ role: 'close' },
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue