SaaSHub helps you find the best software and product alternatives Learn more →
To-markdown Alternatives
Similar projects and alternatives to to-markdown
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
PixiJS
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
markdownload
A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.
-
-
-
-
-
webscrapbook
A browser extension that captures web pages to local device or backend server for future retrieval, organization, annotation, and edit. This project inherits from legacy Firefox add-on ScrapBook X.
-
OpenNote
OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote.
-
metascraper
Get unified metadata from websites using Open Graph, Microdata, RDFa, Twitter Cards, JSON-LD, HTML, and more.
-
Laverna
Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
to-markdown discussion
to-markdown reviews and mentions
-
Finding Similar Projects on GitHub
Let’s say you're using the [turndown] https://github.com/mixmark-io/turndown library to convert HTML to Markdown, but you want to explore other options. Here's how our tool helps:
-
Turning search results into Markdown for LLMs
Turndown
-
Building a smarter RSS feed for my newsletter subscriptions
You can find below the the details of the generateMarkdown function, here I am relying on the turndown lib:
-
Show HN: HTML-to-Markdown – convert entire websites to Markdown with Golang/CLI
It doesn't. For that you would need to execute a full headless browser first, extract the HTML (document.body.innerHTML after the page has finished loading can work) and process the result.
If you're already running a headless browser you may as well run the conversion in JavaScript though - I use this recipe pretty often with my shot-scraper tool: https://shot-scraper.datasette.io/en/stable/javascript.html#... - adding https://github.com/mixmark-io/turndown to the mix will get you Markdown conversion as well.
-
Text-Only NPR
D'oh, thanks — I use Pandoc plenty to MD -> HTML I totally spaced it can do the inverse. I was briefly looking at [Turndown](https://github.com/mixmark-io/turndown) for projects in the JS ecosystem.
-
Show HN: DOM to Semantic Markdown – For LLMs
I rolled my own form of this... Its quick and dirty, but generally works for my usecase. I tend to push a page through turndown [0] to generate the markdown, then write this into obsidian (also storing things link a copy of the rendered page, link to the source, etc).
[0] https://github.com/mixmark-io/turndown
-
Show HN: I made a tool to clean and convert any webpage to Markdown
https://mixmark-io.github.io/turndown/
With some configuration you can get most of the way there.
- I need automatic source URLs when I paste any text onto a card or note, like on OneNote.
- Content Parser – Extract Markdown, HTML or text from content-heavy websites
-
Do you trust the Obsidian company?
turndown [MIT] https://mixmark-io.github.io/turndown/
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Apr 2025
Stats
domchristie/turndown is an open source project licensed under MIT License which is an OSI approved license.
to-markdown is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of to-markdown is HTML.