Use case or problem
I would like to be able to color file names in the Navigation Tree. Adding colors will help files stand out
Proposed solution
A community plug-in that allows users to add separate file title property settings in the plug-in options for each file extension type they wish to add color to. Eg pdf, xls, docx etc. . .
Current workaround (optional) this is how I implement it for PDF files via a CSS code snippet
[data-path$=“pdf”] { color: blue; } [data-path$=“pdf”] .nav-file-tag { color: red; }
I have a rough draft framework I was working on. But I need help to complete it that why I submitted the request.