obsidian-git
obsidian-git copied to clipboard
Is there a way to view all the diffs on one scrollable page?
GitHub and VSCode has these nice options where you can just view all the diffs of all the files on one page. I'm wondering if this plugin has that option?
For example,
If not, I'd happy to work on this and submit a pull request.
No there is currently no way, but when implementing this, one must definitely lazy load the editors to keep performance with many changes. But I would like to postpone this a bit, because the current new editor diff view has quite some issues with showing merge conflicts, which I think need to be fixed in order to implement this feature here properly.