forked from streetwriters/notesnook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve importing documentation
- Loading branch information
Showing
22 changed files
with
223 additions
and
160 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
docs/help/contents/importing-notes/import-notes-from-mardown-files.md
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
docs/help/contents/importing-notes/import-notes-from-markdown-files.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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". | ||
![](/static/markdown-importer/1.png) | ||
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". | ||
![](/static/markdown-importer/2.png) | ||
3. Once the Importer finishes processing your files, download the .zip file. | ||
![](/static/import-ready.png) | ||
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. | ||
![](/static/import-zip-app.png) | ||
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. |
26 changes: 26 additions & 0 deletions
26
docs/help/contents/importing-notes/import-notes-from-obsidian.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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". | ||
![](/static/markdown-importer/1.png) | ||
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". | ||
![](/static/markdown-importer/2.png) | ||
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 `![](path/to/image.png)`) | ||
- [x] Full CommonMark Markdown syntax | ||
- [ ] Callouts | ||
- [x] Metadata (tags etc.) | ||
- [x] Comments (block & inline both get removed) |
Oops, something went wrong.