TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

At.js – A GitHub-like textarea autocomplete library

103 pointsby NARKOZover 11 years ago

9 comments

sleepyheadover 11 years ago
There is also jquery-textcomplete: <a href="https://github.com/yuku-t/jquery-textcomplete" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yuku-t&#x2F;jquery-textcomplete</a>
snitkoover 11 years ago
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?
评论 #6559337 未加载
评论 #6558982 未加载
评论 #6558981 未加载
jbrooksukover 11 years ago
Very clean implementation. I have a feeling I&#x27;ll be needing this soon.
Amethiover 11 years ago
Seems broken, hitting enter a few time shows text outside of the box.
评论 #6559640 未加载
评论 #6560675 未加载
shark234over 11 years ago
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!
zawaidehover 11 years ago
Great job with this. We had created a similar plugin called bootstrap-tagautocomplete: <a href="https://github.com/Sandglaz/bootstrap-tagautocomplete" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Sandglaz&#x2F;bootstrap-tagautocomplete</a>
patrickaljordover 11 years ago
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.
评论 #6561980 未加载
Fauntleroyover 11 years ago
I&#x27;ve been looking for something like this to use in my webIRC application. Can&#x27;t wait to give this a try.
jpmatzover 11 years ago
great job! following!