-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto urlize links in articles. #15
Comments
I looked at this and the tt-rss server does this currently. |
I have a working version in the linkify branch. Check it out and let me know what you think. My only concern is performance since it will be applied indiscriminately to all article content but that's just a gut feeling I haven't profiled anything yet. |
I have a working version in the linkify branch if you want to check it -Chris On 05/26, hobeone wrote:
Chris Grindstaff | http://gstaff.org |
I think you need to checkin linkify.js too? On Sun, May 26, 2013 at 4:16 PM, Chris Grindstaff
Daniel Hobe [email protected] |
Opps. There now |
LGTM Works on the few feeds I tested it on. On Mon, May 27, 2013 at 9:35 AM, Chris Grindstaff
Daniel Hobe [email protected] |
I subscribe to a few twitter feeds through their api:
http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=XXXXX
It's common for some people to have a short status + a link to a photo on facebook or flickr. They aren't full HTML links though just text of the url. It would be nice to automatically turn them into clickable links in the DDD ui.
Here's an example feed:
http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=ArgonautCycles
The text was updated successfully, but these errors were encountered: