Code Monkey home page Code Monkey logo

trello-card-counter-addon's Introduction

trello-card-counter-addon

Mozilla Firefox to add a card counter to trello list.

You should replace this extension with some custom CSS code. Create a chrome/userContent.css file in your Firefox profile and add this:

@-moz-document domain(trello.com) {
  .list-header-num-cards {
    display: block !important;
  }
}

This way the card counts automatically show up without any lag, no JS involved!

trello-card-counter-addon's People

Contributors

natim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

trello-card-counter-addon's Issues

Replace this extension with custom browser CSS style

Hi @Natim,

This is not really an issue with your code, just an alternative solution to your extension.

Thanks to your open-source extension code, I discovered that Trello was computing this information but hiding it by default!

We can replace your extension with some custom CSS code. Create a chrome/userContent.css file in your Firefox profile and add this:

@-moz-document domain(trello.com) {
  .list-header-num-cards {
    display: block !important;
  }
}

This way the card counts automatically show up without any lag, no JS involved!

Cheers

After some time count disappear

I noticed that after some minutes that the page is open the card count disappear.

I don't know how much time, but can be something like one hour, I keep always a tab open on trello and sometimes when i come back on that tab the count is no more there.

Count is not working

Trying with Firefox 38 Mac Yosemite 10.10.3. Installed plugin but count doesn't appear in Trello. Is there anything specific to be done for the same?

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.