3.8 KiB
Obsidian to Notion
Obsidian share to Notion 中文文档
Share obsidian files to Notion with one click, and auto add Notion share link in obsidian
TODO
TODO Board
- support for custom page banner
- update the exsit page
- support for mult language
- support for auto copy the share link to clipboard
- support for mobile
- transfer the bi-link format like into the format that Notion supports.
How to use
Install the plugin
BRAT
Search for BRAT plugin in the plugin market center
Add EasyChris/obsidian-to-notion to the list of installed BRAT plugins
Go back to the plugin center and enable it
Manual installation
cd YOUR_OBSIDIAN_FOLDER/.obsidian/plugins/
git clone https://github.com/EasyChris/obsidian-to-notion.git
Marketplace download
Please install via BRAT because it's not on the market yet
Apply Notion API
Official reference documentation: https://developers.notion.com/docs
Step 1: Create integration.
Go to https://www.notion.com/my-integrations
Once created, copy secrets toekn

Step 2: Share a database with your integration
Create a new page (with public permissions)
Create a new database in the page -> you need full page database

Add integration to your new database
Step 3: Copy the database ID
https://www.notion.so/myworkspace/a8aec43384f447ed84390e8e42c2e089?v=...
| --------- Database ID --------|
Open the plugin configuration
Fill the configuration with the NOTION_API_KEY and DATABASE_ID you got

Upload file content to notion
Click the upload notion button
A share link will be automatically generated after successful upload

Banner URL[option]
banner url must be a image url like: https://i.imgur.com/xxx.jpg if you don't want to use banner, leave it blank
Buy me a cup of coffee.
Thanks
Development Process | Obsidian Plugin Development Documentation
GitHub - devbean/obsidian-wordpress: An obsidian plugin for publishing docs to WordPress.
GitHub - obsidianmd/obsidian-api
GitHub - Quorafind/Obsidian-Memos: A quick capture plugin for Obsidian, all data from your notes.
License
GNU GPLv3

