Live data from Hacker News

Show HN: I made a tool to clean and convert any webpage to Markdown

markdowndown.vercel.app

1–10 of 107 posts

Show HN: I made a tool to clean and convert any webpage to Markdown

#1
My partner usually writes substack posts which I then mirror to our website’s blog section.

To automate this, I made a simple tool to scrape the post and clean it so that I can drop it to our blog easily. This might be useful to others as well.

Oh and ofcourse you can instruct GPT to make any final edits :D

Show HN: I made a tool to clean and convert any webpage to Markdown
markdowndown.vercel.app

Re: Show HN: I made a tool to clean and convert any webpage to Markdown

#4

One of the cases when AI not needed. There is very good working algorithm to extract content from the pages, one of implementations: https://github.com/buriy/python-readability

oh AI is optional here. I do use readability to clean the html before converting to .md.

Re: Show HN: I made a tool to clean and convert any webpage to Markdown

#7

This is awesome. I kind of want a browser extension that does this to every page I read and saves them somewhere.

Wouldn’t that describe Pocket, Readwise Reader, Matter, or another one of those many apps?

Edit: read too fast. Didn’t notice the automatic and systematic aspects.

Post reply on HN