top | item 23495748

Ask HN: CLI tool to download webpages and convert to Markdown?

12 points| raytracer | 5 years ago | reply

Is there a CLI tool that downloads webpages and converts them to Markdown?

I've just started using Obsidian https://obsidian.md/ and would like a way to save interesting blog posts and articles.

9 comments

order
[+] miles|5 years ago|reply

  curl --silent https://example.com/foo.html | pandoc --from html --to markdown_strict -o foo.md
From Converting HTML to Markdown using Pandoc http://www.cantoni.org/2019/01/27/converting-html-markdown-u...
[+] crazypython|5 years ago|reply
I'd like to add that Calibre (ebook-convert on the CLI) has a mode for outputting a .txt file with markdown formatting. It can take HTML as input.
[+] I_complete_me|5 years ago|reply
I tried that on a HackerNews page and the content of the output file foo.md was in html.
[+] longimanus|5 years ago|reply
I find Joplin https://joplinapp.org does a good job of producing markdown from web pages and already has sync capability built in. Looks like it would be ideal for working with Obsidian
[+] longimanus|5 years ago|reply
Exported my Joplin markdown and opened it up in Obsidian. Works like a dream and the best part is Jopli already has it's own web clipper. Seems like a superb match