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 (see installation methods below)
  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

Method 1: Download from releases (easiest)

  1. Go to Releases
  2. Download obsidotion-plugin.zip from the latest release
  3. Extract the zip file
  4. Copy the extracted folder to your_obsidian_vault/.obsidian/plugins/obsidotion
  5. Open obsidian and enable the plugin

Method 2: Manual build

  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

For developers who dont want to copy files manually every time

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

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.