mozilla / scrumbugz

Scrummy look at Bugzilla data. Discuss in #scrum on irc.mozilla.org.
http://scrumbugz.rtfd.org
Other
32 stars 20 forks source link

updated help to be less incorrect #94

Closed bensternthal closed 11 years ago

bensternthal commented 11 years ago

Updated help to be a bit more... helpful.

willkg commented 11 years ago

You're word-wrapping at like 120 character or so. That makes it really hard to do peer review in github because you can only see about 80 characters and then you have to go all the way down to the bottom of the page to find the scrollbar to scroll to the right a bit, then back up to see what new text was revealed.

Anyhow, word-wrapping at 80 characters helps a ton.

willkg commented 11 years ago

Hope that helps! Thank you for updating the Help text!

bensternthal commented 11 years ago

I think I got all the above changes in... so for line wrapping at 80, I did this but note it's markdown so it means on the site it will also wrap at 80.

willkg commented 11 years ago

Oy. I didn't know that about markdown. I thought you were just wrapping at like 120 characters.

willkg commented 11 years ago

I skimmed it and it looks good! r+

bensternthal commented 11 years ago

The markdown behavior is a bit odd and might be this implementation. To have the text stretch with the browser would mean the text would have to be all on one line.. that can't be right!

pmclanahan commented 11 years ago

That shouldn't be right (re: manual wraping). Perhaps I've included an extension I shouldn't have. I'll check it out.

pmclanahan commented 11 years ago

DOH! Sure did.

http://packages.python.org/Markdown/extensions/nl2br.html

I've removed it in my current branch so it'll be fixed soon. Ignore for now.