Vinzent03 / obsidian-git

Integrate Git version control with automatic backup and other advanced features in Obsidian.md
MIT License
6.68k stars 282 forks source link

FR: GitSigns in the gutter #481

Open chrisgrieser opened 1 year ago

chrisgrieser commented 1 year ago

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

Vinzent03 commented 1 year ago

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

chrisgrieser commented 1 year ago

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.