/obsidian-plugin-proxy

custom proxy

Primary LanguageTypeScriptMIT LicenseMIT

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