GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Home of projects where .NET meets Minecraft. Obsidian has 6 repositories available. Follow their code on GitHub.
1、先到github复制自己的ssh凭证 2、在知识库所在目录右键,选择Open Git Bash here 3、在终端输入以下命令: git init //git初始化 git add --all //添加当前目录下的所以文件 git commit -m “first commit” //提交日志 git remote add origin git@github.com:zhouyingocean/ZhouYingWiki.git //这里替换...
旨在增强Obsidian编辑功能的插件. Contribute to obsidian-canzi/Enhanced-editing development by creating an account on GitHub.
You must be a member to see who’s a part of this organization. Top languages PHP Most used topics php obsidian php-library php7 Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
第一步,下载GitHub Desktop 第二步,创建一个和本地文件夹连接的仓库 第三步,在Obsidian上下载Git插件 第四步,对插件进行基础设置 对于Obsidian来说,笔记能够在多台移动设备上【及时同步】是一个现实需求。 本人通宵一宿,千回百转终于搞定GitHub同步法,怒写文章以助后人。 其他同步方法请参考:对已知的obsidian同步...
Python 0 MIT 0 0 0 Updated Sep 21, 2021 View all repositories People Top languages TypeScript CSS JavaScript Python Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
Type definitions for the latest Obsidian API. obsidian-sample-pluginPublic template obsidian-sample-themePublic template A template containing everything you need for creating your own Obsidian theme. Most used topics obsidian-mdobsidian GitHub Sponsor...
1follower Earth https://obsidianplatform.com info@obsidianplatform.com Verified Popular repositories Obsidian-QtObsidian-QtPublic Forked fromManbearpixel/Obsidian-Qt Obsidian-Qt - The Obsidian ODN Wallet C++73 docker-obsidiandocker-obsidianPublic
基本思路也很简单: 通过Obsidian Git插件,自动把本地保存的笔记push到github仓库里。每次打开Obsidian,github仓库中的笔记文件也会被自动pull到本地。相当于把github当网盘用。 (对不熟悉github操作的小伙伴,可以这样非常通俗地理解github的工作机制:使用git commit命令就是把文件装上一辆货车(但货车暂时还留在原地);gi...