obsidian-git icon indicating copy to clipboard operation
obsidian-git copied to clipboard

Is there a way to view all the diffs on one scrollable page?

Open scottlingran opened this issue 10 months ago • 1 comments

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, Image

If not, I'd happy to work on this and submit a pull request.

scottlingran avatar Jan 31 '25 02:01 scottlingran

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.

Vinzent03 avatar Feb 05 '25 22:02 Vinzent03