# Archive Redirect Archive remote URLs referenced in your markdown to a local cache, and transparently serve the cache when the note is rendered. Defends your vault against link rot without rewriting any markdown. ## The problem Notes that quote articles, tweets, or research often embed remote images, video, or audio: ```markdown ![](https://mmbiz.qpic.cn/.../abc.jpg) ![](https://pbs.twimg.com/media/XYZ.png?name=orig) ``` When the original host disappears (the WeChat account is deleted, the tweet is removed, the CDN expires the URL), every embed in your vault silently breaks. The note still reads, but the visual context is gone. ## What this plugin does For every remote ``, `