YukiGasai / obsidian-todo-widget

Android Widget to display todo list from markdown file
Apache License 2.0
86 stars 5 forks source link

Add support for DAVx5 #6

Open evergreenbear opened 12 months ago

evergreenbear commented 12 months ago

Hi, Would it be possible to allow .md files from a webdav mount? DAVx5 doesn't store the files locally which seems to cause the widget to be unable to display the file. Selecting the DAVx5 app from the file select sidebar and clicking "use this folder" when the files show makes the path show as "//tree/1", and no todo is displayed. When copying this file to a local directory and pointing the widget there, the note is displayed fine. Is this within the scope of this project?

Kind regards, evergreen

YukiGasai commented 12 months ago

Hey, I am afraid I can't help with this feature. I have no idea about webdav and have never used it before. If someone is willing to give it a try I would appreciate a pull request ^^

Aonodensetsu commented 11 months ago

you can ask ChatGPT for a Kotlin implementation, but it's essentially just an authenticated HTTP GET request