Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-11T21:24:18.000Z (2 months ago)
- Last Synced: 2024-10-01T09:23:46.941Z (about 1 month ago)
- Topics: obsidian, obsidian-plugin, obsidianmd
- Language: TypeScript
- Homepage: https://help.obsidian.md/import
- Size: 11.4 MB
- Stars: 709
- Watchers: 16
- Forks: 66
- Open Issues: 125
-
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
![Obsidian Importer screenshot](/images/social.png)
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