Coder Social home page Coder Social logo

no-file-icons's People

Contributors

ssorallen avatar

Watchers

 avatar  avatar  avatar

no-file-icons's Issues

Suggestion: Option to show/hide folders seperately from files

Just a suggestion...
It would be awesome if I had the option to choose between hiding file icons, folder icons or both. As it is now, all file and folder icons are hidden. I hate folder icons, but I love file icons and want to see them. It would be nice if I could have seperate checkbox options for each type of icon. Thank you!

If it helps, I was able to hide just the folders from my own stylesheet with this css:

   .project-root.selected::before {
    // hide icon at root
     display:          none;
   }

   .project-root .header ::before {
    // hide folder icon at root
     content:          none;
   }

 .list-tree.has-collapsable-children > .list-nested-item > .list-item::before,
 .list-tree.has-collapsable-children >.list-nested-item.collapsed > .list-item::before {
  // Disable arrow and icon on project root bar
   content:            none;
 }

Thanks!

So happy to see this as a package! I dumped the folders in my atom stylesheet, but prefer a package. Thank you! :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.