Skip to content

a simple obsidian plugin that syncs from/to obsidian/notion

License

Notifications You must be signed in to change notification settings

p32929/obsidotion

Repository files navigation

obsidotion

A simple obsidian plugin that syncs from/to obsidian/notion. Works on all platforms

Screenshots

From windows

Screenshot (77)

From Android

Screenshot_20240525-161914_Obsidian

How to use

  1. Star the repo :P
  2. Install the plugin
  3. Follow this instruction: https://github.com/EasyChris/obsidian-to-notion/?tab=readme-ov-file#how-to-use

After that you can:

  1. Upload the whole vault to notion ( replaces remote data if already exists )
  2. Download the whole notion database to obsidian ( replaces local file if already exists )

How to install manually

  1. Star the repo :P
  2. Clone the repo inside your_obsidian_vault/.obsidian/plugins
  3. Go to the folder
  4. Run npm install or yarn
  5. Run npm run build or yarn build
  6. Open obsidian
  7. Enable the plugin

Not supported tags ( tested so far )

  1. table
  2. nested bullet/numbered points

Share

Sharing this repository with your friends is just one click away from here

facebook twitter tumblr pocket pinterest reddit linkedin whatsapp

Support

If you like my works and want to support me/my works, feel free to support:

buymeacoffee

Contribution

If you want to contribute to this project, please open an issue first and explain how you'd like to contribute

License

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.