Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 5.41 KB

alternatives.md

File metadata and controls

63 lines (47 loc) · 5.41 KB

Alternatives to Stardown

I am not affiliated with any of the alternatives below unless otherwise noted and have not tried all of them; use them at your own risk.

Copy markdown links for pages without installing anything

You can use this bookmarklet I made:

javascript: navigator.clipboard.writeText('[' + document.title + '](' + location.href + ')');

Integrate directly with an editor

Mobile-only

  • obsidian-markdownr is an Android app that converts a URL to markdown to share into your favorite notes app.

Convert between markup languages

  • Pandoc offers a command-line tool and a Haskell library that can convert between almost any two markup languages.
  • Marker converts PDF to markdown, optionally using OCRmyPDF.
  • MinerU converts PDF to markdown or JSON, optionally using PaddleOCR.

Scrape websites

  • Firecrawl is an API and SDKs for scraping websites and saving them as markdown or structured data.
  • HTML-to-Markdown a REST API, command line tool, and Go library for converting HTML or entire websites to markdown.
  • UrlToMarkdown.com
  • RedditToMarkdown export reddit posts to markdown.
  • Mealie is a self hosted recipe manager and meal planner.
  • you-get is a tiny command-line utility to download media contents (videos, audios, images) from the Web.
  • Reader-LM is small language models that convert HTML to markdown.
  • Epublifier converts some webnovels to epub format.
  • FanFicFare is a tool for making eBooks from stories on fanfiction and other websites.

Paste structured data

  • obsidian-ReadItLater is an Obsidian plugin that creates notes with specific structures from clipboard content based on where it was copied from.
  • Advanced Paste is a Windows-only PowerToys feature made by Microsoft that converts clipboard content to other markup languages like markdown or JSON.

Copy web page links in other markup languages besides markdown

  • url2clipboard supports HTML, Markdown, BBCode, Textile, AsciiDoc, MediaWiki, Jira, reStructuredText, LaTeX, Org Mode, and text.
  • TabCopy might only be on the Chrome Web Store, but supports many markup languages including HTML, Markdown, BBCode, CSV, and JSON, and lets you create custom link formats.