mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
Merge pull request #1188 from anytypeio/dump-localstore
Export localstore
This commit is contained in:
commit
b73c85b590
3 changed files with 35 additions and 0 deletions
|
@ -611,6 +611,10 @@ function menuInit () {
|
|||
label: 'Export templates',
|
||||
click: () => { send('command', 'exportTemplates'); }
|
||||
},
|
||||
{
|
||||
label: 'Export localstore',
|
||||
click: () => { send('command', 'exportLocalstore'); }
|
||||
},
|
||||
{
|
||||
label: 'Create workspace',
|
||||
click: () => { send('commandGlobal', 'workspace'); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue