Jens-3302

Results 4 comments of Jens-3302

I have the same issue, Also tried using occ backup:point:upload This is the error I got then: ``` issue while checking external folder: GuzzleHttp\Exception\ConnectException cURL error 28: Operation timed out...

Found a Workaround: Mount Webdav storage using davfs2 and use that in Nextcloud as Lokal external drive. Uploading the Backup to the mounted drive seems to work.

Im currently trying to add the option to create .md files to the windows context menu by creating `HKEY_CLASSES_ROOT\.md\ShellNew` and adding `NullFile` there to just add an empty Markdown file....

Here is the Registry that actually worked for me: ``` Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.md] @="markdown" [HKEY_CLASSES_ROOT\.md\ShellNew] "NullFile"="" [HKEY_CLASSES_ROOT\markdown] @="Markdown Document" ``` And a Picture of the result ![image](https://github.com/Chaoses-Ib/ObsidianShell/assets/78182875/7f37da65-a35e-44bb-b578-6d20b55f16eb)