A simple obsidian plugin that syncs from/to obsidian/notion. Works on all platforms
- Star the repo :P
- Install the plugin
- 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 )
- Star the repo :P
- Clone the repo inside
your_obsidian_vault/.obsidian/plugins
- Go to the folder
- Run
npm install
oryarn
- Run
npm run build
oryarn build
- Open obsidian
- Enable the plugin
- table
- nested bullet/numbered points
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.