8 ms·
At.js – A GitHub-like textarea autocomplete library
- jpmatz 13y agogreat job! following!
- snitko 13y agoA 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?
- Ralfp 13y agoAce Editor is pretty comfigurable and allows for this as well as syntax highlighting for, say, markdown.
- terabytest 13y agohttp://ace.c9.io/ http://ace.c9.io/ is probably what you're looking for.
- jkimbo 13y agohttp://jakiestfu.github.io/Behave.js/ http://jakiestfu.github.io/Behave.js/ is a bit more of a lightweight option than a full code editor.
- jakebellacera 13y agoThis is great, I've been looking for something like this. Thanks!
- shark234 13y agoLooks 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!
- jbrooksuk 13y agoVery clean implementation. I have a feeling I'll be needing this soon.
- sleepyhead 13y agoThere is also jquery-textcomplete: https://github.com/yuku-t/jquery-textcomplete https://github.com/yuku-t/jquery-textcomplete
- Amethi 13y agoSeems broken, hitting enter a few time shows text outside of the box.
- patrickaljord 13y agoAwesome! 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.
- pajju 13y agoCan you share the link for that? Thanks.
- Fauntleroy 13y agoI've been looking for something like this to use in my webIRC application. Can't wait to give this a try.
- zawaideh 13y agoGreat job with this. We had created a similar plugin called bootstrap-tagautocomplete: https://github.com/Sandglaz/bootstrap-tagautocomplete https://github.com/Sandglaz/bootstrap-tagautocomplete
- volokoumphetico 13y agomost excellent! I needed something like this.