Show HN: txtify.it – Easily convert web articles to plain text
1–10 of 25 posts
Re: Show HN: txtify.it – Easily convert web articles to plain text
#2Re: Show HN: txtify.it – Easily convert web articles to plain text
#3Very Cool! I like the simple no-nonsense UI. What is your goal with the project?
Re: Show HN: txtify.it – Easily convert web articles to plain text
#4Suggestion: allow larger line widths to be specified (for fewer, longer lines in large paragraphs).
Re: Show HN: txtify.it – Easily convert web articles to plain text
#5Re: Show HN: txtify.it – Easily convert web articles to plain text
#6Nice! Suggestion: allow larger line widths to be specified (for fewer, longer lines in large paragraphs).
Re: Show HN: txtify.it – Easily convert web articles to plain text
#7Hey this looks really cool. I think the typography could be improved though, check out http://bettermotherfuckingwebsite.com/ for some inspiration/guidelines on how to accomplish that.
But, I realised it's possible to send a stylesheet in the HTTP header. Chrome seems to ignore it, but Firefox uses it:
Link: ; rel="stylesheet"Re: Show HN: txtify.it – Easily convert web articles to plain text
#8 w3m -dump
which dumps the website’s text content to stdout.Re: Show HN: txtify.it – Easily convert web articles to plain text
#9I’ve frequently needed to access a plain text version of a site in a bash script or from the command line. For this, I use the command w3m -dump which dumps the website’s text content to stdout.
Re: Show HN: txtify.it – Easily convert web articles to plain text
#10I’ve frequently needed to access a plain text version of a site in a bash script or from the command line. For this, I use the command w3m -dump which dumps the website’s text content to stdout.
One of the things we do with txtify.it is try to find the content block in the HTML first, then convert only that from HTML to plain text. So in situations where the input URL is a news article or blog post, the output should be cleaner.