-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git diff History View not available on mobile #28
Comments
That is intentional: 5cfc98c I believe the mobile version of the Git plugin didn’t exist back then. I don’t remember the exact reason though. I can make the command available on mobile. |
I could give a try to find if it could work together with Git mobile. I know that mobile version of Obsidian Git plugin is not so good, so usually on mobile I relies on Working Copy app for the commit/push, so Git plugin was disabled. I reenabled it to try your plugin on my iPad after discovering that was so good on my MacBook. In my mind, I was trying to identify the best way to take snapshots of my vault and to compare some updates on it and, since Git, allows me to push commits with specific messages, it seems the best way to do that. In any case, thank you in advance for your great work. |
Please let me know if it works in the latest version. |
Hi, the command is available but unfortunately the panel is completely empty without any information. I could see the latest diff using “Git: Open diff view” so it seems that Git plugin is working. |
Here's how to get the logs: https://docs.obsidian.md/Plugins/Getting+started/Mobile+development#iOS Without a mac, you can use this app: Open in Obsidian: https://obsidian.md/plugins?id=logstravaganza GH repo: https://github.com/czottmann/obsidian-logstravaganza |
Probably I catch something using Macbook inspector on the connected iPhone: invoking the interface for version diff on Git it returns an error.
It seems to be linked to the piece of code below.
I hope it helps. |
https://github.com/denolehov/obsidian-git?tab=readme-ov-file#mobile The API might not be available on mobile. @Vinzent03 is that right? (I don’t expect you to fix anything, I’d just like to confirm that it won’t work on mobile.) |
"Show Git diff history view for active file" is not available on mobile (iOS and iPadOS) even if Git plugin is enabled and working properly.
Is it an expected behaviour?
The text was updated successfully, but these errors were encountered: