mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
feat: add importer entry in settings
This commit is contained in:
@@ -400,7 +400,20 @@ function Settings(props) {
|
||||
tip="Restore data from a backup file"
|
||||
/>
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
key={"importer"}
|
||||
variant="list"
|
||||
onClick={() => {
|
||||
openLink("https://importer.notesnook.com/", "_blank");
|
||||
}}
|
||||
>
|
||||
<Tip
|
||||
text={"Import from other apps"}
|
||||
tip={
|
||||
"Import all your notes from other note taking apps with Notesnook Importer."
|
||||
}
|
||||
/>
|
||||
</Button>
|
||||
<Toggle
|
||||
title="Encrypt backups"
|
||||
onTip="All backup files will be encrypted"
|
||||
|
||||
Reference in New Issue
Block a user