docs: improve importing documentation
2
apps/web/package-lock.json
generated
@@ -405,7 +405,7 @@
|
||||
},
|
||||
"../desktop": {
|
||||
"name": "@notesnook/desktop",
|
||||
"version": "2.5.7",
|
||||
"version": "2.5.8",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 18 KiB |
BIN
docs/help/contents/_include/static/plaintext-importer/1.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
docs/help/contents/_include/static/plaintext-importer/2.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
@@ -4,28 +4,46 @@ title: Evernote
|
||||
|
||||
# How do I import notes from Evernote?
|
||||
|
||||
The following steps will help you import your notes from EverNote easily.
|
||||
The following steps will help you quickly import your notes from Evernote into Notesnook.
|
||||
|
||||
1. Open Evernote app on Desktop and Go to `Notebooks` from the side menu
|
||||
<img style="margin-bottom:15px;" src="/static/evernote-importer/1.png" alt="Go to `Notebooks` from the side menu"/>
|
||||
## Exporting your Evernote notebooks
|
||||
|
||||
> info
|
||||
>
|
||||
> If you are tech savvy and know your way around a computer, you can use a tool like [evernote-backup](https://github.com/vzhd1701/evernote-backup) to quickly export all your Evernote notes as .ENEX files.
|
||||
|
||||
1. Open the Evernote Desktop app (its not possible to export notes from the Evernote web app), and go to `Notebooks` from the side menu:
|
||||

|
||||
2. Click on the `three-dot` button on each notebook and click on `Export Notebook`
|
||||
<img style="margin-bottom:15px;" src="/static/evernote-importer/2.png" alt="Click on the `three-dot` button on each notebook and click on `Export Notebook`"/>
|
||||

|
||||
3. Choose `ENEX format` then click on `Export`, and save it to your desired location. Repeat this for all the Notebooks you want to import into Notesnook.
|
||||

|
||||
|
||||
3. Choose `.enex` format and click on `Export` and save it to desired location. Repeat this for all Notebooks you want to import.
|
||||
<img style="margin-bottom:15px;" src="/static/evernote-importer/3.png" alt="Choose `.enex` format and click on `Export`"/>
|
||||
## Importing .ENEX files into Notesnook
|
||||
|
||||
4. Go to [Notesnook importer](https://importer.notesnook.com) and select Evernote from the list of apps.
|
||||
<img style="margin-bottom:15px;" src="/static/evernote-importer/4.png" alt="Select Evernote importer"/>
|
||||
Once you have all the .ENEX files containing your Evernote notes, its time to import them into Notesnook.
|
||||
|
||||
5. Drop the `.enex` backup files you exported earlier from EverNote in the box and click start processing.
|
||||
1. Go to [Notesnook importer](https://importer.notesnook.com) and select Evernote from the list of apps.
|
||||

|
||||
2. Drop (or select) the `.enex` files you exported earlier from Evernote, and click the "Start processing" button.
|
||||

|
||||
3. Once the Importer finishes processing your files, download the .zip file.
|
||||

|
||||
4. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
|
||||
<img style="margin-bottom:15px;" src="/static/evernote-importer/5.png" alt="Processing Evernote files"/>
|
||||
## Supported formats
|
||||
|
||||
6. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/evernote-importer/6.png" alt="Download importer .zip file"/>
|
||||
Notesnook Importer is one of the most robust Evernote importers around supporting almost 100% of Evernote formats. Here's a list of everything that can (or can't be) imported into Notesnook:
|
||||
|
||||
7. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||
8. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||
- [x] Attachments
|
||||
- [x] Web clips (full page, screenshot, bookmark, article, & simplified article are all supported)
|
||||
- [x] Tasks (currently only the task items get imported without any metadata)
|
||||
- [x] Links
|
||||
- [x] Images
|
||||
- [x] Rich text (bold, italic, lists etc.)
|
||||
- [ ] Reminders
|
||||
- [ ] Internal note links
|
||||
- [x] Notebooks
|
||||
- [x] Tags
|
||||
@@ -4,29 +4,40 @@ title: Google Keep
|
||||
|
||||
# How do I import notes from Google Keep?
|
||||
|
||||
The following steps will help you import your notes from Google Keep easily.
|
||||
The following steps will help you quickly import your notes from Google Keep into Notesnook.
|
||||
|
||||
1. Go to [Google Takeout](https://takeout.google.com/settings/takeout) and Login to your account.
|
||||
## Exporting your Google Keep notes
|
||||
|
||||
2. On Google Takeout Page, first click on `Deselect all` then scroll down and select `Keep` and click `Next Step`.
|
||||
<img style="margin-bottom:15px;" src="/static/google-keep-importer/1.png" alt="On Google Takeout Page, first click on `Deselect all` then scroll down and select `Keep` and click `Next Step`."/>
|
||||
1. Go to [Google Takeout](https://takeout.google.com/settings/takeout) and log into your Google account.
|
||||
2. On the Google Takeout page, first deselect all the items by clicking on `Deselect all`, and then scroll down and select only `Keep` from the list. Once selected, click on `Next Step` by scrolling to the very bottom of the page.
|
||||

|
||||
3. On the next section, leave everything as is and just click on the "Create export" button:
|
||||

|
||||
4. Download the exported .zip file once it becomes available:
|
||||

|
||||
|
||||
3. Click on create export
|
||||
<img style="margin-bottom:15px;" src="/static/google-keep-importer/2.png" alt="Click on create export"/>
|
||||
## Importing Google Takeout into Notesnook
|
||||
|
||||
4. Download your exported file.
|
||||
<img style="margin-bottom:15px;" src="/static/google-keep-importer/3.png" alt="Download your exported file."/>
|
||||
Once you have the Google Takeout containing your Google Keep notes, its time to import them into Notesnook.
|
||||
|
||||
5. Go to [Notesnook Importer](https://importer.notesnook.com) and select `Google Keep` from list of apps.
|
||||
<img style="margin-bottom:15px;" src="/static/google-keep-importer/4.png" alt="Go to [Notesnook Importer](https://importer.notesnook.com) and select `Google Keep` from list of apps."/>
|
||||
1. Go to [Notesnook Importer](https://importer.notesnook.com) and select `Google Keep` from list of apps.
|
||||

|
||||
2. Drop the .zip backup file(s) you exported earlier from Google Takeout in the box or click anywhere to open system file picker to select the backup.
|
||||

|
||||
3. Once the Importer finishes processing your files, download the .zip file.
|
||||

|
||||
4. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
|
||||
6. Drop the .zip backup file(s) you exported earlier from Google Takeout in the box or click anywhere to open system file picker to select the backup.
|
||||
<img style="margin-bottom:15px;" src="/static/google-keep-importer/5.png" alt="Drop the .zip backup file(s) you exported earlier from Google Takeout in the box or click anywhere to open system file picker to select the backup."/>
|
||||
## Supported formats
|
||||
|
||||
7. Once processing completes, click on "Download ZIP file" to download the exported notes.
|
||||
<img style="margin-bottom:15px;" src="/static/google-keep-importer/6.png" alt="Click on `Download .nnbackup` to download the file."/>
|
||||
Notesnook Importer is one of the most robust Google Keep importers around supporting almost 100% of Google Keep formats. Here's a list of everything that can (or can't be) imported into Notesnook:
|
||||
|
||||
8. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||
9. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||
- [x] Attachments
|
||||
- [x] Images
|
||||
- [x] Checklists & other lists
|
||||
- [x] Links
|
||||
- [x] Tags/Labels
|
||||
- [x] Pinned status
|
||||
- [x] Colors
|
||||
@@ -4,18 +4,14 @@ title: HTML files
|
||||
|
||||
# How do I import notes from HTML files?
|
||||
|
||||
To import html files to notesnook go to Notesnook Importer on your PC/Laptop.
|
||||
To import HTML files to Notesnook, [go to Notesnook Importer](https://importer.notesnook.com/) on your PC/Laptop.
|
||||
|
||||
1. From the list of formats to import, select "Plain Text".
|
||||
<img style="margin-bottom:15px;" src="/static/html/1.png" alt="From the list of formats to import, select Plain Text."/>
|
||||
|
||||
2. Drop your html files or click anywhere inside the box to browse and select your html files. Once selected, click on "Start processing".
|
||||
<img style="margin-bottom:15px;" src="/static/html/2.png" alt="From the list of formats to import, select Plain Text."/>
|
||||
|
||||
3. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/html/3.png" alt="Download importer .zip file"/>
|
||||
|
||||
4. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||
1. From the list of note apps to import from, select "Text".
|
||||

|
||||
2. Drop your .html files, or click anywhere inside the box to browse and select your .html files. You can also provide a .zip file containing all your .html files. Then click "Start processing".
|
||||

|
||||
3. Once the Importer finishes processing your files, download the .zip file.
|
||||

|
||||
4. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
|
||||
@@ -6,19 +6,23 @@ title: Joplin
|
||||
|
||||
The following steps will help you import your notes from Joplin easily.
|
||||
|
||||
1. Open Joplin app on Desktop and click on `File` and select `Export All -> JEX - Joplin Export File` and save it in desired location.
|
||||
<img style="margin-bottom:15px;" src="/static/joplin-importer/1.png" alt="Click on `File` and select `Export All -> JEX - Joplin Export File`"/>
|
||||
|
||||
1. Open the Joplin Desktop app.
|
||||
2. Click on `File > Export All -> JEX - Joplin Export File` and save the .JEX file at your desired location.
|
||||

|
||||
2. Go to [Notesnook Importer](https://importer.notesnook.com) and select `Joplin` from list of apps.
|
||||
<img style="margin-bottom:15px;" src="/static/joplin-importer/2.png" alt=" Go to Notesnook Importer https://importer.notesnook.com and select `Joplin` from list of apps."/>
|
||||

|
||||
3. Drop (or select) the .jex backup file you exported earlier from Joplin:
|
||||

|
||||
4. Once the Importer finishes processing your files, download the .zip file.
|
||||

|
||||
5. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
6. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
|
||||
3. Drop the .jex backup file you exported earlier from Joplin in the box or click anywhere to open system file picker to select the backup.
|
||||
<img style="margin-bottom:15px;" src="/static/joplin-importer/3.png" alt="Drop the .zip backup file you exported earlier from Standard Notes in the box or click anywhere to open system file picker to select the backup."/>
|
||||
## Supported formats
|
||||
|
||||
4. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/joplin-importer/4.png" alt="Download importer .zip file"/>
|
||||
|
||||
5. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||
6. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||
- [x] Rich text (lists, links, bold, italic etc.)
|
||||
- [x] Images & attachments
|
||||
- [x] Tags
|
||||
- [x] Folders (currently only 2 levels of nesting is supported)
|
||||
- [ ] Internal links to other notes
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
title: Markdown files
|
||||
---
|
||||
|
||||
# How do I import notes from markdown files?
|
||||
|
||||
To import markdown files to notesnook go to Notesnook Importer on your PC/Laptop.
|
||||
|
||||
1. From the list of formats to import, select "Markdown file".
|
||||
<img style="margin-bottom:15px;" src="/static/markdown-importer/1.png" alt="From the list of formats to import, select Markdown file."/>
|
||||
|
||||
2. Drop your markdown files or click anywhere inside the box to browse and select your markdown files and then click "Start processing".
|
||||
<img style="margin-bottom:15px;" src="/static/markdown-importer/2.png" alt="Drop your markdown files or click anywhere inside the box to browse and select your markdown files."/>
|
||||
|
||||
3. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/markdown-importer/6.png" alt="Download importer .zip file"/>
|
||||
|
||||
4. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Markdown files
|
||||
---
|
||||
|
||||
# How do I import notes from Markdown files?
|
||||
|
||||
To import Markdown files to Notesnook, [go to Notesnook Importer](https://importer.notesnook.com/) on your PC/Laptop.
|
||||
|
||||
1. From the list of note apps to import from, select "Markdown".
|
||||

|
||||
2. Drop your .md files, or click anywhere inside the box to browse and select your .md files. You can also provide a .zip file containing all your .md files. Then click "Start processing".
|
||||

|
||||
3. Once the Importer finishes processing your files, download the .zip file.
|
||||

|
||||
4. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
|
||||
## Supported formats
|
||||
|
||||
- [x] 100% support for CommonMark syntax
|
||||
- [x] GitHub flavored markdown (task lists, tables etc.)
|
||||
- [x] Obsidian flavored markdown (embedded files, comments etc.)
|
||||
- [x] Subscript and superscript (`H~2~O` and `19^th^`)
|
||||
- [x] Highlights (`==highlighted==`)
|
||||
- [x] Images and links (links that point to files get added as attachments)
|
||||
|
||||
> Note: For best results, it is recommended to ZIP all your .md files and their attachments so they can be found by the importer.
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Obsidian
|
||||
---
|
||||
|
||||
# How do I import notes from Obsidian?
|
||||
|
||||
To import Obsidian notes into Notesnook, [go to Notesnook Importer](https://importer.notesnook.com/) on your PC/Laptop.
|
||||
|
||||
1. From the list of note apps to import from, select "Obsidian".
|
||||

|
||||
2. Drop your .md files from your Obsidian Vault, or click anywhere inside the box to browse and select your .md files. You can also provide a .zip file containing all your Obsidian .md files. Then click "Start processing".
|
||||

|
||||
3. Once the Importer finishes processing your files, download the .zip file.
|
||||
<img src="/static/import-ready.png" alt="Download importer .zip file"/>
|
||||
4. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||
<img src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
|
||||
## Supported formats
|
||||
|
||||
- [ ] Internal links
|
||||
- [x] Embedded files (supporting both `![[path-to-file]]` and ``)
|
||||
- [x] Full CommonMark Markdown syntax
|
||||
- [ ] Callouts
|
||||
- [x] Metadata (tags etc.)
|
||||
- [x] Comments (block & inline both get removed)
|
||||
@@ -7,21 +7,15 @@ title: OneNote
|
||||
The following steps will help you import your notes from OneNote easily.
|
||||
|
||||
1. Go to [Notesnook Importer](https://importer.notesnook.com) and select `OneNote` from list of apps.
|
||||
<img style="margin-bottom:15px;" src="/static/onenote-importer/1.png" alt="Go to Notesnook Importer]https://importer.notesnook.com and select `OneNote` from list of apps."/>
|
||||
|
||||

|
||||
2. Click on `Start importing`
|
||||
<img style="margin-bottom:15px;" src="/static/onenote-importer/2.png" alt="Click on `Sign in with Microsoft`"/>
|
||||
|
||||

|
||||
3. Login to your account
|
||||
<img style="margin-bottom:15px;" src="/static/onenote-importer/3.png" alt="Login to your account"/>
|
||||
|
||||

|
||||
4. Give permission to Notesnook Importer to access your notes
|
||||
<img style="margin-bottom:15px;" src="/static/onenote-importer/4.png" alt="Please wait while all your notes are imported."/>
|
||||
|
||||

|
||||
5. Wait while Notesnook importer imports your notes from OneNote account. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/onenote-importer/5.png" alt="Download importer .zip file"/>
|
||||
|
||||
6. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||
7. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||

|
||||
6. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
7. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Plaintext files
|
||||
---
|
||||
|
||||
# How do I import notes from Plaintext files?
|
||||
|
||||
To import Plaintext files to Notesnook, [go to Notesnook Importer](https://importer.notesnook.com/) on your PC/Laptop.
|
||||
|
||||
1. From the list of note apps to import from, select "Text".
|
||||

|
||||
2. Drop your .txt files, or click anywhere inside the box to browse and select your .txt files. You can also provide a .zip file containing all your .txt files. Then click "Start processing".
|
||||

|
||||
3. Once the Importer finishes processing your files, download the .zip file.
|
||||

|
||||
4. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
5. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
@@ -8,23 +8,26 @@ The following steps will help you import your notes from Simplenote easily.
|
||||
|
||||
1. Open Simplenote app on Desktop or Login to [https://app.simplenote.com](https://app.simplenote.com).
|
||||
2. Go to sidebar and click on Settings.
|
||||
<img style="margin-bottom:15px;" src="/static/simplenote-importer/1.png" alt="Open sidebar and click on Settings."/>
|
||||
|
||||

|
||||
3. Go to `Tools` tab in Settings
|
||||
<img style="margin-bottom:15px;" src="/static/simplenote-importer/2.png" alt="Go to Tools tab"/>
|
||||
|
||||

|
||||
4. Click on `Export notes` to download your notes as a .zip file.
|
||||
|
||||
5. Go to [Notesnook Importer](https://importer.notesnook.com) and select `Simplenote` from list of apps.
|
||||
<img style="margin-bottom:15px;" src="/static/simplenote-importer/3.png" alt="Go to [Notesnook Importer](https://importer.notesnook.com) and select `Simplenote` from list of apps."/>
|
||||
|
||||

|
||||
6. Drop the .zip backup file you exported earlier from Simplenote in the box or click anywhere to open system file picker to select the backup and click "Start processing".
|
||||
<img style="margin-bottom:15px;" src="/static/simplenote-importer/4.png" alt="Drop the .zip backup file you exported earlier from Standard Notes in the box or click anywhere to open system file picker to select the backup."/>
|
||||
|
||||

|
||||
7. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/simplenote-importer/5.png" alt="Download importer .zip file"/>
|
||||
|
||||

|
||||
8. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||

|
||||
9. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||
|
||||
## Supported formats
|
||||
|
||||
Simplenote's export is, well, pretty simple and the Notesnook Importer supports 100% of it. It also preserves all the formatting and indenting in the imported notes.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Some of my notes have weird whitespacing and broken formatting after import. What do I do?
|
||||
|
||||
This can happen in notes for which you have enabled Markdown in Simplenote. Notesnook Importer follows this flag during processing and respects Markdown rules during the conversion to HTML. If you want to preserve the formatting of your notes, it is best that you disable the Markdown formatting for all your notes in Simplenote. This will force the Notesnook Importer to import all your notes as plaintext.
|
||||
@@ -8,23 +8,16 @@ The following steps will help you import your notes from Standard notes easily.
|
||||
|
||||
1. Open Standard Notes app on Desktop or visit [https://app.standardnotes.org](https://app.standardnotes.org) and Login to your account.
|
||||
2. Click on `Preferences` icon on bottom left corner to open preferences.
|
||||
<img style="margin-bottom:15px;" src="/static/standard-notes-importer/1.png" alt="Click on `Account` on bottom left corner"/>
|
||||
|
||||

|
||||
3. Scroll down to `Data backups` section and choose backup type `Decrypted`.
|
||||
<img style="margin-bottom:15px;" src="/static/standard-notes-importer/2.png" alt="Scroll down to `Data backups` section and choose backup type Decrypted."/>
|
||||
|
||||

|
||||
4. Go to `Backups` from the Sidebar & select "Data backup" to download backup .zip file.
|
||||
|
||||
5. Go to [Notesnook Importer](https://importer.notesnook.com) and select `Standard Notes` from list of apps.
|
||||
<img style="margin-bottom:15px;" src="/static/standard-notes-importer/3.png" alt="Go to https://importer.notesnook.com and select Standard Notes from list of apps."/>
|
||||
|
||||

|
||||
6. Drop the .zip backup file you exported earlier from Standard Notes in the box or click anywhere to open system file picker to select the backup.
|
||||
<img style="margin-bottom:15px;" src="/static/standard-notes-importer/4.png" alt="Drop the .zip backup file you exported earlier from Standard Notes in the box or click anywhere to open system file picker to select the backup."/>
|
||||
|
||||

|
||||
7. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/standard-notes-importer/5.png" alt="Download importer .zip file"/>
|
||||
|
||||

|
||||
8. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||

|
||||
9. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||
|
||||
@@ -7,27 +7,19 @@ title: Zoho notebook
|
||||
The following steps will help you import your notes from Zoho notebook easily.
|
||||
|
||||
1. Go to Zoho notebook and click on account icon on top right corner.
|
||||
<img style="margin-bottom:15px;" src="/static/zoho-importer/1.png" alt="Select Zoho notebook account"/>
|
||||
|
||||

|
||||
2. From the Side menu, go to Settings.
|
||||
<img style="margin-bottom:15px;" src="/static/zoho-importer/2.png" alt="Open Zoho notebook settings"/>
|
||||
|
||||

|
||||
3. In the Migration section, select "Export".
|
||||
<img style="margin-bottom:15px;" src="/static/zoho-importer/3.png" alt="Go to migration section & select export"/>
|
||||
|
||||

|
||||
4. Wait while your notes are exported. Once export completes, download exported .zip file
|
||||
<img style="margin-bottom:15px;" src="/static/zoho-importer/4.png" alt="Download exported .zip file"/>
|
||||
|
||||

|
||||
5. Go to [Notesnook Importer](https://importer.notesnook.com) and select `Zoho notebook` from the list of apps.
|
||||
<img style="margin-bottom:15px;" src="/static/zoho-importer/5.png" alt="Select Zoho notebook"/>
|
||||
|
||||

|
||||
6. Drop the .zip backup file(s) you exported earlier in the box or click anywhere to open system file picker to select the backup then click start processing.
|
||||
<img style="margin-bottom:15px;" src="/static/zoho-importer/6.png" alt="Start processing"/>
|
||||
|
||||
7. Once importer completes processing, download the .zip file.
|
||||
<img style="margin-bottom:15px;" src="/static/zoho-importer/7.png" alt="Download importer .zip file"/>
|
||||
|
||||
8. After you have downloaded the `.zip` file, go to Notesnook app > Settings > Notesnook Importer and click on "Import from ZIP file" & select the .zip you downloaded earlier.
|
||||
<img style="margin-bottom:15px;" src="/static/import-zip-app.png" alt="Import .zip in Notesnook app"/>
|
||||
|
||||
9. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, [report it on github](https://github.com/streetwriters/notesnook).
|
||||

|
||||
7. Once the Importer finishes processing your files, download the .zip file.
|
||||

|
||||
8. After you have downloaded the `.zip` file, [go to the Notesnook Web App](https://app.notesnook.com/) > Settings > Notesnook Importer. Select the .zip you downloaded earlier and click "Start import" button.
|
||||

|
||||
9. Once importing completes you should see all your notes in Notesnook. If you face any issues during importing, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
|
||||
@@ -34,13 +34,15 @@ navigation:
|
||||
children:
|
||||
- path: importing-notes/import-notes-from-evernote.md
|
||||
- path: importing-notes/import-notes-from-googlekeep.md
|
||||
- path: importing-notes/import-notes-from-html-files.md
|
||||
- path: importing-notes/import-notes-from-joplin.md
|
||||
- path: importing-notes/import-notes-from-mardown-files.md
|
||||
- path: importing-notes/import-notes-from-onenote.md
|
||||
- path: importing-notes/import-notes-from-simplenote.md
|
||||
- path: importing-notes/import-notes-from-standardnotes.md
|
||||
- path: importing-notes/import-notes-from-zoho-notebook.md
|
||||
- path: importing-notes/import-notes-from-obsidian.md
|
||||
- path: importing-notes/import-notes-from-html-files.md
|
||||
- path: importing-notes/import-notes-from-markdown-files.md
|
||||
- path: importing-notes/import-notes-from-plaintext-files.md
|
||||
- path: export-notes-from-notesnook.md
|
||||
- path: backup-and-restore-notes-in-notesnook.md
|
||||
|
||||
|
||||