jxpeng98 / obsidian-to-NotionNext

Share obsidian markdown file to any Notion database and generate notion share link 同步obsdian文件到任意Notion数据库。
GNU General Public License v3.0
49 stars 5 forks source link

Plugin not easy to use, and is not user-friendly. No direct instructions in ReadMe.md #16

Open Michael679089 opened 8 months ago

jxpeng98 commented 8 months ago

Sorry for your bad experience. Can you provide any suggestions to improve the UI interaction based on your experience?

bjeram commented 1 month ago

I would add a question here which answer can be added to the documentation. The synchronization works just in one way: from obsidian to notion, correct? If synchronization is possible in both ways could you please explain how. TIA

jxpeng98 commented 3 weeks ago

@bjeram

Hi, the plugin can only support the sync from obsidian to notion.

The plugin uses the martian package to parse the obsidian markdown note, create notion-readable JSON, and upload the JSON file via REST API.

If you want to sync notion notes to Obsidian, several open-source projects on GitHub can export the notion notes to a markdown file. You can save them manually in the Obsidian folder.

I may support both ways of syncing in the future.