18 comments

[ 3.3 ms ] story [ 43.1 ms ] thread
A slightly offtopic question: can anybody point me to a js lib, which converted tabs pressed when inside a textarea into spaces and indented the text below accordingly?
Ace Editor is pretty comfigurable and allows for this as well as syntax highlighting for, say, markdown.
Looks really nice, just today I was working on a new input for our comments and this seems to fit really well. Will give it a try!
Very clean implementation. I have a feeling I'll be needing this soon.
great job! following!
Seems broken, hitting enter a few time shows text outside of the box.
Same for me on Chrome... It seems to either be missing the auto resize part. Or some CSS.
The textarea just needs the `overflow: scroll` or `overflow: auto` CSS property.
wow. cool. I will fix it soon.
Awesome! I really needed something like that. The implementation looks great too. Thanks! I started doing my own a while back but it only supported @mentions.
Can you share the link for that? Thanks.
I've been looking for something like this to use in my webIRC application. Can't wait to give this a try.