# obsidian-plugin-proxy **Repository Path**: javalover123/obsidian-plugin-proxy ## Basic Information - **Project Name**: obsidian-plugin-proxy - **Description**: Obsidian 社区插件下载修复 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-30 - **Last Updated**: 2025-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. - [Gitee](https://gitee.com/114000/obsidian-plugin-proxy/releases) - [Github](https://github.com/binyu1231/obsidian-plugin-proxy/releases) 2. unzip `obsidian-plugin-proxy.zip` to yourProject/.obsidian/plugins ## Custom Proxy Adding struct to `.obsidian/plugins/obsidian-plugin-proxy/data.json` `proxyList` field ``` json { // ... "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) License © 2022 [binyu1231](https://github.com/binyu1231)