denolehov / obsidian-git

Backup your Obsidian.md vault with git
MIT License
6.15k stars 252 forks source link

Visualizing Untracked Files #611

Open ThomJ130 opened 9 months ago

ThomJ130 commented 9 months ago

Problem

When a file is ignored by .gitignore, there are no visual indications that it won't be backed-up.

Solution

When a file is not tracked, then it should be greyed out within Obsidian's Files view.

This is how most IDEs handle Git integration, and would be a very good addition to help identify why a file isn't being backed-up.