mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
1.7 KiB
1.7 KiB
Fix
- fixed the issue that you cannot have empty values in the front matter of the customised database.
- 修复了自定义数据库的前置数据中不能有空值的问题。
For example, you have the property
tagin your customised database, and you do not want to synctagto Notion. You can remove thetagfrom the front matter. - 例如,自定义数据库中有属性
tag,但是你不想将tag同步到Notion。现在,你可以直接在frontmatter中删除tag。
Improvement
⚠️⚠️⚠️: The exist customised database should be recreated if you want to update to version 2.3.0. The new version has a new database structure, and the old database structure is not compatible with the new version to build the index properly.
自定义数据库用户
⚠️⚠️⚠️: 如果你想要更新到2.3.0版本,你需要重新创建自定义数据库。新版本有一个新的数据库结构,旧的数据库结构无法构建索引。
-
redesigned the way to create new customised database. The modal has been removed with a more straightforward layout.
-
improved the edit modal for customised database. The layout has been simplified and the form has been reorganized.
-
improved the preview modal for customised database.


