A simple obsidian plugin that syncs from/to obsidian/notion. Works on all platforms
- Star the repo :P
- Install the plugin (see installation methods below)
- Follow this instruction: https://github.com/EasyChris/obsidian-to-notion/?tab=readme-ov-file#how-to-use
After that you can:
- Upload the whole vault to notion ( replaces remote data if already exists )
- Download the whole notion database to obsidian ( replaces local file if already exists )
- Go to Releases
- Download
obsidotion-plugin.zipfrom the latest release - Extract the zip file
- Copy the extracted folder to
your_obsidian_vault/.obsidian/plugins/obsidotion - Open obsidian and enable the plugin
- Star the repo :P
- Clone the repo inside
your_obsidian_vault/.obsidian/plugins - Go to the folder
- Run
npm installoryarn - Run
npm run buildoryarn build - Open obsidian
- Enable the plugin
You can create a .env file to auto-copy the built files to your obsidian vault. This way you dont have to manually copy main.js, manifest.json, styles.css every time you build.
Create a .env file:
OBSIDIAN_VAULT_PATH=/path/to/your/obsidian/vault/.obsidian/plugins
PLUGIN_ID=obsidotion
If you dont provide the .env file, the build will still work fine. You'll just have to copy the files manually
Sharing this repository with your friends is just one click away from here
If you like my works and want to support me/my works, feel free to support:
If you want to contribute to this project, please open an issue first and explain how you'd like to contribute
MIT License
Copyright (c) 2024 Fayaz Bin Salam
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.









