obsidian-git
obsidian-git copied to clipboard
FR: GitSigns in the gutter
for IDEs, there are often features/plugins which show git signs (line is added/modified/deleted) in the gutter:

I can also see this being a a separate plugin though, but it would also fit well with this plugin I guess
I think you are searching for #77. You may try it (it's not up to date the the latest versions)
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:
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.