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

Visualizing ignored Files in file explorer

Open ThomJ130 opened this issue 2 years ago • 0 comments

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.

ThomJ130 avatar Sep 27 '23 23:09 ThomJ130