It's a proxy tool to help you visit plugin-market faster.
- download plugin files
obsidian-plugin-proxy.zip
here.
- unzip
obsidian-plugin-proxy.zip
to yourProject/.obsidian/plugins
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/"
}
]
// ...
}