https://github.com/obsidianmd/obsidian-importer
Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault.
https://github.com/obsidianmd/obsidian-importer
obsidian obsidian-plugin obsidianmd
Last synced: about 20 hours ago
JSON representation
Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault.
- Host: GitHub
- URL: https://github.com/obsidianmd/obsidian-importer
- Owner: obsidianmd
- License: mit
- Created: 2023-07-11T15:17:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T16:55:11.000Z (3 months ago)
- Last Synced: 2025-04-06T17:05:42.028Z (8 days ago)
- Topics: obsidian, obsidian-plugin, obsidianmd
- Language: TypeScript
- Homepage: https://help.obsidian.md/import
- Size: 11.7 MB
- Stars: 890
- Watchers: 16
- Forks: 92
- Open Issues: 152
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - obsidianmd/obsidian-importer - Obsidian Importer lets you import notes from other apps and file formats into your Obsidian vault. (TypeScript)
README

This Obsidian plugin allows you to import notes from other apps and file formats into your Obsidian vault. Notes are converted to plain text Markdown files.
## Get started
Install Importer in Obsidian → Community Plugins.
Import guides are hosted on the [official Obsidian Help site](https://help.obsidian.md/import). You can help contribute to the guides on the [obsidian-help](https://github.com/obsidianmd/obsidian-help) repo.
- [Import from Apple Notes](https://help.obsidian.md/import/apple-notes)
- [Import from Bear](https://help.obsidian.md/import/bear)
- [Import from Evernote](https://help.obsidian.md/import/evernote)
- [Import from Google Keep](https://help.obsidian.md/import/google-keep)
- [Import from Microsoft OneNote](https://help.obsidian.md/import/onenote)
- [Import from Notion](https://help.obsidian.md/import/notion)
- [Import from Roam Research](https://help.obsidian.md/import/roam)
- [Import from HTML files](https://help.obsidian.md/import/html)
- [Import from Markdown files](https://help.obsidian.md/import/markdown)## Contributing
Is a format missing? You can help! See our [Contribution guidelines](/CONTRIBUTING.md).
Some issues have been [tagged with #bounty](https://github.com/obsidianmd/obsidian-importer/labels/bounty).
## Credits
This plugin relies on important contributions:
- [@akosbalasko](https://github.com/akosbalasko) for Evernote import via [Yarle](https://github.com/akosbalasko/yarle) (MIT)
- [@daledesilva](https://github.com/daledesilva) for Google Keep import
- [@arthurtyukayev](https://github.com/arthurtyukayev) for Bear import
- [@joshuatazrein](https://github.com/joshuatazrein) for Notion import
- [@polyipseity](https://github.com/polyipseity) for HTML attachments
- [@8bitgentleman](https://github.com/8bitgentleman) for Roam import
- [@p3rid0t](https://github.com/p3rid0t) for Microsoft OneNote import
- [@mirnovov](https://github.com/mirnovov) for Apple Notes import