我想为开源笔记仓库做出贡献: https://wj.qq.com/s2/15685054/9a73/
---
title: 非技术人员
---
flowchart TB
open-notes-repo-by-obsidian[用 Obsidian 打开笔记库]
下载笔记库 --> 解压 --> open-notes-repo-by-obsidian
下载笔记库。
![[2024-10-11-img-6-how-to-use-this-notes-repo?-download-notes-repo-as-zip.png]]
解压缩,然后用 Obsidian 打开你的笔记仓库。
![[2024-10-11-img-4-how-to-use-this-notes-repo?-open-your-notes-repo.png]]
你可以使用 iCloud、Google Drive 或 Microsoft OneDrive 在你的设备之间同步笔记。
使用 GitHub 同步
如果你想与 GitHub 同步,请确保你已经安装了 Git 并为你的 GitHub 账户生成了 SSH 密钥。
---
title: 技术人员
---
flowchart TB
download-git[下载 Git]
generate-ssh[生成 ssh key]
register-github[注册 GitHub]
config-ssh[设置 ssh 到 GitHub 账号]
fork-notes-repo[Fork 笔记库]
clone-notes-repo[克隆笔记库到自己电脑]
open-notes-repo-by-obsidian[用 Obsidian 打开笔记库]
sync-by-git[使用 git 同步笔记]
register-github & generate-ssh --> config-ssh --> fork-notes-repo --> clone-notes-repo
download-git --> clone-notes-repo --> open-notes-repo-by-obsidian --> 写笔记 --> sync-by-git --> 获取最新的笔记库修改
Fork 笔记库到你的 GitHub 账户。
![[2024-10-11-img-1-how-to-use-this-notes-repo?-repo.png]]
![[2024-10-11-img-2-how-to-use-this-notes-repo?-fork.png]]
![[2024-10-11-img-3-how-to-use-this-notes-repo?-clone you own notes repo.png]]
git clone <ssh_github_link>
然后用 Obsidian 打开你的笔记仓库。
![[2024-10-11-img-4-how-to-use-this-notes-repo?-open-your-notes-repo.png]]
你可以直接在 GitHub 上保存你的笔记,试试在 Obsidian 中使用命令(使用 Cmd + p
打开命令面板)。
![[2024-10-11-img-5-how-to-use-this-notes-repo?-commit-and-sync-with-Git.png]]
在编写你的第一个笔记之前,请先阅读 [[2024-10-09-笔记管理-如何管理工作笔记?]] link (请使用 Obsidian 查看该链接)。