mirror of
https://github.com/xheldon/git-folder-sync.git
synced 2026-07-22 06:59:00 +00:00
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
This commit is contained in:
parent
668de78e6f
commit
78d711a099
2 changed files with 5 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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. 状态栏同步按钮(右下角)
|
||||
|
||||
菜单选项:
|
||||
|
|
|
|||
Loading…
Reference in a new issue