danielittlewood0
danielittlewood0
I took a closer look into the source code for [extractUrls](https://github.com/twitter/twitter-text/blob/master/js/src/extractUrlsWithIndices.js). I didn't realise that t.co URLs were a special case! In particular, this comment seems to imply that the...
This is not a very nice solution, but I found that if I set (ruby) ``` Twitter::TwitterText::Regex::REGEXEN[:valid_tco_url] = /$^/ ``` (js) ``` twttr.txt.regexen.validTcoUrl = /$^/; ``` then I get the...
I was looking for this behaviour too. If I set my "Drawing Type" to "Straight line" and enable Rotation Snapping, then I get (what I find to be) intuitive Shift+mouse...