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

FR: GitSigns in the gutter

Open chrisgrieser opened this issue 2 years ago • 2 comments

for IDEs, there are often features/plugins which show git signs (line is added/modified/deleted) in the gutter: image

I can also see this being a a separate plugin though, but it would also fit well with this plugin I guess

chrisgrieser avatar Mar 29 '23 12:03 chrisgrieser

I think you are searching for #77. You may try it (it's not up to date the the latest versions)

Vinzent03 avatar Mar 29 '23 15:03 Vinzent03

author information goes somewhat in that direction, and I could hack together somewhat of a workaround with some CSS, but it's still quite a bit away from proper gitsigns.

Git Signs are not about the git blame line information, but rather a method to display hunks, i.e. added, deleted, and modified lines relative to the last commit: image

This enables you to see the changes you have made since the last commit at glance and would in my view be incredibly useful to have.

chrisgrieser avatar May 20 '23 11:05 chrisgrieser