This plugin allows you to upload documents from Obsidian to a WebDAV server with a single click. It supports both desktop and mobile versions of Obsidian and provides customizable URL prefixes for uploaded files.
- One-click upload to WebDAV server(s).
- Support multiple WebDAV servers.
- Customizable URL prefix for uploaded files for guest access.
- Clipboard support: The URL of the uploaded file is copied to the clipboard.
- Works on both desktop and mobile versions of Obsidian.
- Add warnings and suggestions when internal comments are found in the uploaded file.
- Automatically pre-replace internal links in uploaded files with external links, while keeping the format of internal links in local files unchanged. When prompted, upload the associated file(s) to the same directory to enable the external jump.
- Download the plugin from the GitHub repository.
- Place the plugin folder in your Obsidian plugins directory.
- Enable the plugin in the Obsidian settings.
Can also be installed and updated via BRAT.
- Go to the plugin settings in Obsidian.
- Enter your WebDAV server URL, username, and password.
- Optionally, enter a custom URL prefix.
- Click "Validate" to ensure the configuration is correct.
- Open a document in Obsidian.
- Click the upload icon in the ribbon.
- The document will be uploaded to the WebDAV server, and the URL will be copied to your clipboard.
- Upload the internal linked file(s) to the same place according to the prompt to enable the external jump (if applicable).
This plugin is licensed under the MIT License.
- Version 1.0.0: First commit.
- Version 1.0.1: Enables automatic replacement of internal links while maintaining local formatting.
- Version 1.0.2: Fixed the logic for mapping internal and external links.