Vinzent
Vinzent
Please try the steps described [here](https://publish.obsidian.md/git-doc/Authentication#HTTPS)
Hmm strange, I don't have a macos device myself, so I can't really test this. Thought that would solve the issue. After setting the credential helper and calling e.g. push....
@Hallidayo Sorry I'm not sure what you mean. Are you just asking for trying to solve this (sure, go ahead), or do you need more information?
Doc should definitely be improved. I suggest you though, to read the [migration guide](https://supabase.com/docs/reference/dart/upgrade-guide#insert-without-returning-inserted-data).
There is currently no api enpoint for this. See the [documentation](https://supabase.github.io/storage-api/#/object). For the time being, you can create your own postgres function, which queries the `storage.objects` table.
You may have paths, where you don't have to save the path, because it's not random, but constructed from other parameter. For example, you may have a directory with profile...
@dshukertjr I'm not sure if you fully understood my use case. Let's say profile images are stored in a predefined directory with the user's uid as the file's name. How...
What exactly should the advanced uri do, what the normal Obsidian one can't?
That's actually already possible, by using the text from the internal link and properly encoding the `#,&,=` symbols and using the `filepath` parameter. Though that's not very handy, so adding...
Works fine for me. Are you really using the trailing `/`? Please try removing them. The dropdown should present the correct formatting. Another issue could be that you have other...