Vinzent
Vinzent
Did you encounter this issue, because it shouldn't get fired when there are no changes. Before commit, it checks for count of index and non index file changes.
# Status update I decided to use [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git), which is a "rewritten" git in javascript. Sadly it brings some problems: - It does not support [merging with conflicts](https://github.com/isomorphic-git/isomorphic-git/issues/841) - No...
I am really not happy with this situation, but even the Obsidian dev @Lishid said that there is most likely no way for the plugin to fix this without a...
~~In addition, I don't own a Catalyst license, so I cannot test it on mobile.~~ I got sponsored, so I can now test myself on mobile.
I did some huge progress on the pr #66 . Sadly there is a big problem with the file system. I have to customize and proxy the Obsidian adapter. At...
# Status Update Hey I am still alive. I did nothing regarding this issue the last months, because of some frustration. 😅😅 My implementation is mostly done. But I have...
That's the problem. You can't use node libraries on mobile.
> As long as you don't use any 1) NodeJS modules via require or import, 2) Electron modules via require('electron'), or 3) Vault.adapter, or 4) CodeMirror 5 API, your plugin...
To clear some vocabulary. You don't push to a GitHub account, but to a remote git repository, which can be on GitHub. One GitHub account can have many git repositories....
The plugin doesn't provide an interface to configure authentication. Please do some research yourself about authentication. Either `ssh` or `https`. You probably want to use `https` and cache the personal...