Skip to content

Releases: jxpeng98/obsidian-to-NotionNext

2.5.0

20 Nov 22:20
Compare
Choose a tag to compare

Fix

  • Fix the bug that the plugin does not work in the mobile app.
  • 修复了在移动端应用中插件无法工作的问题。

Feature

  • Both desktop and mobile apps support syncing long markdown files.
  • 桌面端和移动端应用都支持长篇 markdown 文件同步。

Issue

  • Bullet list over 3 levels is not supported.
  • 无法同步超过三个分支的列表。

2.4.3

22 Oct 09:31
Compare
Choose a tag to compare

Fix

  • Fix a bug that the plugin cannot read the title from the markdown front matter if using custom database.
  • 修复当使用自定义数据库时,插件无法从markdown front matter中读取标题的问题。

2.4.2

19 Sep 12:51
Compare
Choose a tag to compare

Fix

  • Fix a bug that plugin does not work when Obsidian language is not set to Englisht, Chinese or Japanese.
  • 修复了当 Obsidian 语言设置不是英文、中文或日文时插件无法工作的问题。

2.4.1

28 Aug 19:31
Compare
Choose a tag to compare

Fix

  • Fix code block not being highlighted in Notion after syncing.
  • 修复代码块同步之后,在 Notion 中未高亮的问题。

2.4.0

19 Aug 10:24
Compare
Choose a tag to compare

Features

  • Support WebP format images. 支持 WebP 格式图片。
  • Support sync with long notes. 支持长文章同步。

Long articles or notes have been split into multiple parts, and the parts are synchronized in order.
长文章同步是通过将长文章或笔记拆分为多个部分,按顺序同步这些部分。

2.3.5

18 Aug 12:08
Compare
Choose a tag to compare

Improvements

  • update the Markdown parser to ensure that no extra \\ is added to the end of the line when having equations in the Markdown file
  • 输入公式的时候,不会在公式后面加上多余的\\符号

2.3.4

28 Jul 00:14
Compare
Choose a tag to compare

Improvements

  • Change the way to sync the notes to notion for better debugging and error handling.

For now, if you have any error, you will see a notice in the top-right corner of the app. You can check the error message in the developer console (F12) for more details.

You can enter the developer console by pressing option+cmd+I(Mac) or ctrl+shift+I(Windows/Linux) in the app.

You can also toggle the developer console from the menu View -> Toggle Developer Tools.

2.3.3

15 Jul 13:19
Compare
Choose a tag to compare

Fix

  • Fix a gif link in README.md

Features

  • Change the success notice colour to green

2.3.2

14 Jul 16:53
Compare
Choose a tag to compare

Fix

  • Fix that Text property cannot be synced in the custom database.
    ⚠️ Note: Remember to update the Text property in the database setting.

2.3.1

05 Jul 08:50
Compare
Choose a tag to compare

Feature

  • add a notion link display button to control whether to display the synced notion link in the front matter of the markdown file.
  • 增加 notion 链接显示按钮,控制是否在 markdown 文件的 front matter 中显示已经生成的 notion 文章链接。

Setting tabs:

setting tab

Front matter after sync:

frontmatter