obsidian-git
obsidian-git copied to clipboard
Integrate Git version control with automatic commit-and-sync and other advanced features in Obsidian.md
Because you cannot install git on Android/iOS the plugin has to include git in itself. Maybe the npm package [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) is the solution.
### Describe the bug Plugin does not load and returns errors when Obsidian starts up. ### Relevant errors (if available) ```shell VM266:14248 loading Obsidian Git plugin VM266:11181 Error: spawnSync git...
Really been enjoying this plugin recently. Its grown so much too from the auto-push/pull. Currently, this is a must have for myself and a few other friends of mine. Obsidian...
With the popularity of chromebooks nowadays, i think it would be really useful to have this working on chromeOS (basically Android). This would as far as i can see require...
### Describe the bug Whenever I try to stage files, I get the following notification. I'm on Linux. What should I do?  ### Relevant errors (if...
### Describe the bug I set up my vault as a [keybase git repo](https://book.keybase.io/git) with: ```bash cd git init git remote add origin keybase://private/XXXX/YYYY git add -v . git commit...
### Describe the bug Win10, Obsidian 0.14.6, GitHub Desktop 3.0.0 I just started using Obsidian with Git today and I get multiple errors when trying to push: ``` git obsidian...
### Describe the bug  ### Relevant errors (if available) _No response_ ### Steps to reproduce Plugins: Automatic Dark mode, obsidian git, excalidraw ### Expected Behavior _No response_ ### Addition...
### Describe the bug I get an error pop-up when I first open the vault. TypeError:: Cannot read property 'checkIsRep' of undefined I can click the error and it disappears....