sunmagicshow245 downloadsWebDAV Explorer: Connect to WebDAV server, preview files directly in web view, and generate links through simple drag-and-drop.
A WebDAV plugin for Obsidian that enables seamless file management through WebDAV protocol. Drag and drop files to generate links, double-click to open files directly in Obsidian!

💡 Recommended: For the best real-time file preview experience, it is recommended that your WebDAV server supports CORS (Cross-Origin Resource Sharing). If your server does not support CORS, the plugin will automatically use an alternative approach (authorization + blob mode) to handle file previews.
Recommended CORS header configuration:
Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET, PROPFIND, OPTIONS, PUT, DELETEAccess-Control-Allow-Headers: Authorization, Content-Type, *Access-Control-Expose-Headers: Content-Length, Content-Type