From a33e63a219d10594fbc013d7f5fe5fb86d0f8207 Mon Sep 17 00:00:00 2001 From: Jiaxin Peng Date: Fri, 31 Oct 2025 17:00:26 +0000 Subject: [PATCH] docs: add changelog and roadmap files in English and Chinese --- docs/en/06-changelog.md | 8 ++++++++ docs/en/07-roadmap.md | 10 ++++++++++ docs/zh/06-changelog.md | 6 ++++++ docs/zh/07-roadmap.md | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 docs/en/06-changelog.md create mode 100644 docs/en/07-roadmap.md create mode 100644 docs/zh/06-changelog.md create mode 100644 docs/zh/07-roadmap.md diff --git a/docs/en/06-changelog.md b/docs/en/06-changelog.md new file mode 100644 index 0000000..a9817ab --- /dev/null +++ b/docs/en/06-changelog.md @@ -0,0 +1,8 @@ +--- +title: Changelog +description: Release notes and updates for Obsidian to NotionNext +--- + +# Changelog + +Welcome to the Changelog for Obsidian to NotionNext! Here you'll find a detailed list of all the updates, improvements, and bug fixes made to the plugin over time from the version `2.7.0` onwards. diff --git a/docs/en/07-roadmap.md b/docs/en/07-roadmap.md new file mode 100644 index 0000000..eb95b1e --- /dev/null +++ b/docs/en/07-roadmap.md @@ -0,0 +1,10 @@ +--- +title: Roadmap +description: Planned features and improvements for Obsidian to NotionNext +--- + +# Roadmap + +- [ ] Automatic Syncing: Implement automatic syncing of notes at regular intervals or upon changes. +- [ ] File Attachments: Support for syncing file attachments from Obsidian to Notion. +- [ ] Relation Property: Enable mapping of Obsidian links to Notion relation properties. diff --git a/docs/zh/06-changelog.md b/docs/zh/06-changelog.md new file mode 100644 index 0000000..202a7cc --- /dev/null +++ b/docs/zh/06-changelog.md @@ -0,0 +1,6 @@ +--- +title: 更新日志 +description: Obsidian to NotionNext 的版本更新与变更记录 +--- + +欢迎来到 Obsidian to NotionNext 的更新日志!这里会记录自 `2.7.0` 版本起的所有更新、改进以及问题修复,方便你快速了解插件的演进情况。 diff --git a/docs/zh/07-roadmap.md b/docs/zh/07-roadmap.md new file mode 100644 index 0000000..82746e9 --- /dev/null +++ b/docs/zh/07-roadmap.md @@ -0,0 +1,8 @@ +--- +title: 路线图 +description: Obsidian to NotionNext 的规划功能与未来改进 +--- + +- [ ] 自动同步:支持按时间间隔或内容变更自动同步笔记。 +- [ ] 附件支持:允许将 Obsidian 笔记中的附件一同上传到 Notion。 +- [ ] 关联属性:实现将 Obsidian 链接映射到 Notion 的 relation 属性。