-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
diff View #158
Comments
Thank you for the fast implementation! It works fine for markup files, but with files of other kinds it seems to be broken. Another filetype for example is the workspace file of obsidian. A double click on it in the Source Control shows me this message in the Diff View ".obsidian/workspace was deleted". |
The error message could be better. The diff view only shows diff of other opened files, but Obsidian doesn't support opening files in |
Noticed something interesting with my
The file I'm using in the example is a normal markdown in a non-hidden directory, part of my main vault. Happy to provide more details if needed. Thanks for the work on this plugin, it's fantastic! |
@dailyherold sorry, but I can't reproduce. The |
@Vinzent03 Are you referring to a particular setting? Or just my vault location itself? Vault is nested in my git repo's root, but OS is PopOS/Ubuntu 20.04. |
@generic-user @dailyherold Does the issue still persist. I released a new version with a different diff view system. It may have fixed this issue too. |
Just tested it, and at first glance the issue is fixed for me, thanks @Vinzent03. 🎉 |
Never circled back, but problem resolved for me, thanks! |
Use-Case
When I see a changed file in the Source Control, I want to check what have changed there. Maybe there are changes in it, which shouldn't be commited to the repository. This can be an undesigned change in a file for example.
Specifications for feature
A possibility for viewing the diff of a file could be look like this:
2.1. Source Control: Double click on a file OR a another Icon on each file
2.2. Obsidian Command: A command to get the diff of the currently open (and active) file in obsidian
The text was updated successfully, but these errors were encountered: