1
0
Fork 0
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:
Razor 2021-02-08 14:11:52 +03:00 committed by GitHub
commit 2b90219f7d
10 changed files with 116 additions and 3 deletions

View file

@ -405,6 +405,10 @@ function menuInit () {
label: 'Import',
click: () => { send('import'); }
},
{
label: 'Export',
click: () => { send('export'); }
},
{ role: 'close' },
]
},