mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 06:29:29 +01:00
26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
|
|
---
|
||
|
|
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)
|