Skip to content

binyu1231/obsidian-plugin-proxy

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

34 stars

Watchers

1 watching

Forks

Sponsor this project

Packages

 
 
 

Contributors