cgcel / obsidian-local-backup

Automatically creates a local backup of the vault.
MIT License
33 stars 1 forks source link

Implement MacOS/UNIX Filesystem support #7

Closed mswdev closed 8 months ago

mswdev commented 8 months ago

Hi,

Could you please implement support for MacOS filesystems?

Right now you can only set one output path. On my Windows 10 machine I have set a custom output path, but when the plugin and configuration sync to my MacOS machine the plugin does not work as the file output path is not the same structure since MacOS uses a UNIX filesystem structure.

A solution would be to convert the user inputted output path to the operating system file path structure.

Thanks! Matt

cgcel commented 8 months ago

I think it is a great idea! Will try to add it in the coming version😀

cgcel commented 8 months ago

This feature is included by 0.0.8, I tested it on Manjaro KDE, so I close this issue. 😀