thewordisbird / VaultLink

Obsidian plugin to link your vault to a cloud storage provider.
2 stars 0 forks source link

Paths Are Case-insensitive #33

Open thewordisbird opened 2 months ago

thewordisbird commented 2 months ago

Description

Thie paths are being coerced to case insensitive paths which is causing issues when changing note or folder names on the client and pushing to the provider.

thewordisbird commented 2 months ago

This is being moved to post MVP.

A file rename can be handled with a delete and create, but a folder rename will require a recursive delete rename. The resolution for this will be looked into after integrating other providers to see if they include a rename or a metadata change for the display path.