Now in Beta: Plugin to see TL3 Progress for TL2 users

Super busy over the past few days. But I’m almost done with updating the logic for getting the next closest stat: instead of looking at percentage, it looks at the lowest actual value then can be next achieved.

As for TL3s about to lose progress, I’ve started on that too. The repo probably shouldn’t bebused for now since it’s in-between the finished product.

Hmm. I’d say they kind of existed forever. I found a commit renaming them from 2014

I don’t think there is “a long time” of Discourse before that.

I think you might need separate settings for light and dark color palettes. lightgray on black has a different contrast than on white.

Instead of time_period: "Based on last %{num_days} days." you can use

time_period:
  one: "Based on last %{count} day."
  other: "Based on last %{count} days."

Then you get day/days depending on the number. Things get a little complicated when there is more than one number other words depend on in the text. I’d try to avoid Message Format.

Interesting, now I have to wonder why I think what I noted.
Other interesting note about the commit, it was done by Jeff ( coding-horror) which is rare to see now-a-days.