No description
Find a file
2025-01-11 09:17:52 -08:00
docker Fix bug for reopen tab when reloading obsidian 2025-01-11 09:17:52 -08:00
refers 1. Update 2023-08-10 17:40:54 +08:00
src Fix bug for reopen tab when reloading obsidian 2025-01-11 09:17:52 -08:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs 1. move source ts file to "src" folder 2023-08-17 18:53:57 +08:00
LICENSE add LICENSE 2023-08-10 21:42:32 +08:00
manifest.json Fix bug for reopen tab when reloading obsidian 2025-01-11 09:17:52 -08:00
package-lock.json 1. 修复可能因为 webdav 库更新导致的 bug 2024-10-23 22:44:15 +08:00
package.json 1. 更新说明 2023-08-05 18:15:34 +08:00
README.md 1. Update 2023-08-10 22:29:44 +08:00
styles.css 1. 移动 css 样式的内容到 style.css 内 2023-08-05 15:22:16 +08:00
tsconfig.json Upgrade dependencies, add strictNullChecks. 2022-06-24 15:41:39 -04:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

Obsidian Webdav File Explorer Plugin

Requirements: We often need to save some of the files specialized in each software, it is not convenient to Obsidian management. For example, compressed packages, videos, pptx documents and so on.

Solution: The plugin supports you to save files in any Webdav access support network disk or cloud storage. The plugin provides browsing and referencing of these files. The plugin will read the files within Webdav and display them in the form of a file tree. On the other hand, the plugin creates fully symmetric md file trees in the local path. In the corresponding md file you can provide a description of the file for subsequent retrieval. As shown in the figure below. image.png

Usage:

  1. Install and enable the plugin.
  2. Set your Webdav file path at the plugin settings. Where "remote dir" is the specified root path, or empty if it is the entire root directory. Where "root folder path" is the local root directory for creating symmetric md files for each folder.

Thanks: