一个简单的方式,把 obsidian 的单个文件发送到 github
非常适合写博客,备份单个文件。
目前在还在草稿阶段,未上架官方插件。
Click "use this template" to create your own fork of this repo. Make sure to reference the official sample plugin for information about how to get started with the Obsidian API and how to submit your plugin to the Community Plugin Gallery.
# for local development
npm install
npm run dev
// Or yarn dev
# for a production bundle
npm install
npm run build
// Or yarn build
# change version
npm bumpversion
// Or yarn bumpversion
The production output of this sample plugin is ~10 KB.
./styles.css 0.44 KiB / gzip: 0.19 KiB
./main.js 12.63 KiB / gzip: 3.70 KiB