Files
notesnook/docs/help/contents/importing-notes/import-notes-from-obsidian.md

26 lines
1.4 KiB
Markdown
Raw Normal View History

2023-07-21 15:58:19 +05:00
---
title: Obsidian
---
# How do I import notes from Obsidian?
1. Go to [https://importer.notesnook.com/](https://importer.notesnook.com/) on your PC/Laptop.
2. From the list of note apps to import from, select "Obsidian".
2023-07-21 15:58:19 +05:00
![](/static/markdown-importer/1.png)
3. 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".
2023-07-21 15:58:19 +05:00
![](/static/markdown-importer/2.png)
4. Once the Importer finishes processing your files, download the .zip file.
2023-07-21 15:58:19 +05:00
<img src="/static/import-ready.png" alt="Download importer .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.
2023-07-21 15:58:19 +05:00
<img 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, feel free to [report them on GitHub](https://github.com/streetwriters/notesnook-importer).
2023-07-21 15:58:19 +05:00
## 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)