1 Star 0 Fork 1

javalover123/obsidian-plugin-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

obsidian-plugin-proxy

It's a proxy tool to help you visit plugin-market faster.

Startup

  1. download plugin files obsidian-plugin-proxy.zip here.
  1. unzip obsidian-plugin-proxy.zip to yourProject/.obsidian/plugins

Custom Proxy

Adding struct to .obsidian/plugins/obsidian-plugin-proxy/data.json proxyList field

{
  // ...
  "proxyList": [
    // ... other proxy
    {
      "id": "your proxy id",
      // replace `https://github.com/` for downloading plugin.
      "download": "https://gh.gcdn.mirr.one/",
      // replace https://raw.githubusercontent.com/
      "raw": "https://raw-gh.gcdn.mirr.one/",
      // replace https://github.com/ for displaying plugin README page.
      "page": "https://gh.gcdn.mirr.one/"
    }
  ]
  // ...
}

License

MIT License © 2022 binyu1231

空文件

简介

Obsidian 社区插件下载修复 展开 收起
README
MIT
取消

发行版 (1)

全部
2年前

贡献者 (2)

全部

近期动态

2年多前同步了仓库
2年多前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/javalover123/obsidian-plugin-proxy.git
git@gitee.com:javalover123/obsidian-plugin-proxy.git
javalover123
obsidian-plugin-proxy
obsidian-plugin-proxy
main

搜索帮助