You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the update to v2.31.1, the app.workspace.trigger("obsidian-git:refresh"); was removed from the Git: Open source control view command (this commit). I liked the ability to refresh in Git: Open source control view. I have assigned this command to a hotkey, which allows me not only to show the source control view but also to refresh the status with the same command, even if it is already open.
Is there any plan to restore this feature? Or is there an easy way to refresh without using the mouse at the moment?
Thank you for your confirmation.
The text was updated successfully, but these errors were encountered:
I found that I can refresh with the following command.
app.plugins.plugins['obsidian-git'].refresh();
Now, I created a script using the QuickAdd plugin to run the Git: Open source control view command and refresh, and assigned a hotkey to it.
Thank you.
Thank you for providing an excellent plugin.
In the update to v2.31.1, the
app.workspace.trigger("obsidian-git:refresh");
was removed from theGit: Open source control view
command (this commit). I liked the ability to refresh inGit: Open source control view
. I have assigned this command to a hotkey, which allows me not only to show the source control view but also to refresh the status with the same command, even if it is already open.Is there any plan to restore this feature? Or is there an easy way to refresh without using the mouse at the moment?
Thank you for your confirmation.
The text was updated successfully, but these errors were encountered: