From 78d711a09929955e93a603c751c0ed5646b7ed50 Mon Sep 17 00:00:00 2001 From: Xheldon Date: Thu, 31 Jul 2025 14:58:05 +0800 Subject: [PATCH] Fix README historical issues - Fix typo in git clone command (git-folder-ync -> git-folder-sync) - Update Chinese README title to match plugin name - Replace specific example paths with generic placeholders - Update right-click menu reference in Chinese README --- README.md | 4 ++-- README_CN.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2dbab6a..5b021bd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ An Obsidian plugin that supports synchronization with GitHub repositories, built ```bash cd {vault}/.obsidian/plugins/ git clone https://github.com/Xheldon/git-folder-sync git-folder-sync - cd git-folder-ync + cd git-folder-sync ``` 2. Install dependencies: @@ -72,7 +72,7 @@ Repository path formats: Examples: -- `https://github.com/Xheldon/git-folder-sync/data/_post` +- `https://github.com/yourusername/your-repo/docs/notes` - `username/notes/obsidian-vault` ### 3. Image Processing Configuration (Optional) diff --git a/README_CN.md b/README_CN.md index a7a2781..5f7ccb2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,4 +1,4 @@ -# Git 同步 Obsidian 插件 +# Git Folder Sync Obsidian 插件 一个支持与 GitHub 仓库同步的 Obsidian 插件,具有现代化界面和热重载开发支持。 @@ -72,7 +72,7 @@ 示例: -- `https://github.com/Xheldon/git-folder-sync/data/_post` +- `https://github.com/yourusername/your-repo/docs/notes` - `username/notes/obsidian-vault` ### 3. 图片处理配置(可选) @@ -134,7 +134,7 @@ 在编辑笔记时,可以通过以下方式访问同步菜单: 1. 使用命令面板:`Ctrl/Cmd + P` → 搜索"显示同步菜单" -2. 右键点击编辑器 → 选择"Git 同步" +2. 右键点击编辑器 → 选择"Git Folder Sync" 3. 状态栏同步按钮(右下角) 菜单选项: