setdirection / twinput

Rich twitter input

Home Page:http://setdirection.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement shrinkWords

dalmaer opened this issue · comments

The shrinkWords action takes the text and does what it can to shrink it for you. E.g. s/and/&/g.

Have this basically implemented. Using an array to store regex/shortcut objects for each word/phrase we want to support. If you can regex it you can shrink it. Presumes space on each end to delimit word. May want to support punctuation at some point.