Vinzent

Results 352 comments of Vinzent

@oppegard @kiprasmel Is any of you ready to test this feature? Haven't used `GIT_SSH_COMMAND` before, so I cannot really test it.

Yes you are right. I think using `ssh-config` is a better idea.

This is a standard Git issue. You have changes in `.obsidian/appearance.json` and are trying to pull. Because the changes are not committed, it can't try merging them. So you have...

It is not possible to run such code on closing. You have to call the push command before you close Obsidian.

After some research. Maybe it's still possible.

The current api interface does not work, why we have to wait until it's fixed by the Obsdian devs.

The api is still not fixed, but even if it would work, there's a limit of 4 seconds before Obsidian shuts down even if the plugin still pushes. I doubt...

@T3sT3ro As described in [this comment](https://github.com/denolehov/obsidian-git/issues/13#issuecomment-892580805), there are only 4 seconds before exit. I can't stop the exit process with a notification. In addition, I don't understand, why you want...

> what I had in mind was some kind of "capture" of the exit event The key of this issue is that this is not possible. I cannot delay nor...

@a1exwang Thanks, an interesting idea. Available in new release `1.31.0`. I will leave this issue open, but that's a good compromise.