Pricing Dashboard Sign up
Recent

Tutorial articles

Browse all tutorial articles on the MDisBetter blog.

Tutorial

Audio to Notion: Turn Recordings into Organized Pages

Transcribe meetings, voice memos, and interviews to Markdown, then import into Notion as fully-formatted pages. Database setup, multi-speaker handling, and import limits.

9 min read May 2026
Tutorial

Batch Convert 100+ PDFs to Markdown

How to convert hundreds of PDFs to Markdown — what the web tool can handle today, and how to use OSS libraries (marker, PyMuPDF, pdftotext) to automate the rest.

7 min read May 2026
Tutorial

Batch Convert 100+ URLs to Markdown at Once

Two paths for batch URL-to-Markdown: open many tabs in the MDisBetter web tool, or roll your own with Trafilatura, Playwright, and async Python. Recipes for 100 to 100,000 URLs.

9 min read May 2026
Tutorial

Batch Transcribe Multiple Audio Files at Once

The mdisbetter web tool processes one file at a time. For batch transcription of 10+ files, run OSS Whisper locally with a Python script. Working recipe inside.

9 min read May 2026
Tutorial

Batch Transcribe an Entire YouTube Playlist to Markdown

Transcribe 50, 100, or 1000 YouTube videos to Markdown with yt-dlp + faster-whisper. Real Python script, GPU/CPU benchmarks, output formatting. Honest disclosure on web tool limits.

10 min read May 2026
Tutorial

How to Convert an Entire Documentation Site to Markdown

Crawl a full documentation site (Stripe, FastAPI, Django) using a sitemap and convert every page to Markdown with Trafilatura. Step-by-step OSS recipe with output structure.

9 min read May 2026
Tutorial

Convert GitHub Documentation to Local Markdown Files

Step-by-step workflow for downloading GitHub docs (rendered pages, READMEs, wikis) as clean Markdown files for offline reading, archiving, and AI ingestion.

10 min read May 2026
Tutorial

How to Convert Multiple Word Documents to Markdown (Step-by-Step)

Honest playbook for converting 10, 100, or 1000+ Word docs to Markdown. Web tool for small batches, Pandoc CLI for real volume. Realistic time estimates and ready-to-run scripts.

10 min read May 2026
Tutorial

Scanned PDF to Markdown with OCR — Complete Guide

Step-by-step guide to converting image-only scanned PDFs to clean Markdown via OCR. Tips for accuracy, language support, and limitations to expect.

8 min read May 2026
Tutorial

Convert JavaScript-Rendered Pages to Markdown (SPA Guide)

Why static fetch fails on React, Vue, and Angular sites. How headless browser rendering fixes it. Use the MDisBetter web tool for one-offs, Playwright for batch.

9 min read May 2026
Tutorial

How to Convert Any URL to Markdown (Step-by-Step Guide)

Convert any web page to clean Markdown in 30 seconds with the MDisBetter web tool. Step-by-step walkthrough plus advanced tips: custom selectors, JavaScript rendering, batch via OSS.

8 min read May 2026
Tutorial

How to Convert Word to Markdown (5 Methods Compared, 2026)

Five real ways to convert .docx to Markdown in 2026: web tool, Pandoc CLI, Mammoth.js library, Word native export, copy-paste. Honest pros/cons of each.

9 min read May 2026
Tutorial

How to Get a YouTube Transcript (5 Methods Compared, 2026)

Five real ways to get a YouTube transcript in 2026 — YouTube's built-in button, dedicated tools, MDisBetter for Markdown, yt-dlp local, browser extensions. Honest pros, cons, free limits.

10 min read May 2026
Tutorial

How to Transcribe Any Audio File to Markdown (Step-by-Step)

60-second walkthrough to transcribe MP3, M4A, WAV, or any audio to structured Markdown with speaker labels and headings. Plus tips on file size, formats, and audio quality.

8 min read May 2026
Tutorial

Extract Action Items from Meeting Recordings Automatically

Transform Zoom, Meet, and Teams recordings into structured action items per speaker. Markdown transcript + AI prompt = clean per-owner task lists ready for Slack or email.

9 min read May 2026
Tutorial

PDF Tables to Markdown: The Complete Guide

Tables are where most PDF converters fall apart. The complete guide to extracting tables to Markdown — simple, complex, merged cells, multi-row headers.

8 min read May 2026
Tutorial

Import PDFs into Notion as Clean Markdown

Notion's native PDF import is a dead-end embed. Convert to Markdown first and your PDFs become editable, searchable, linkable Notion blocks.

7 min read May 2026
Tutorial

PDF to Markdown for Obsidian — Vault Setup Guide

Turn your PDF library into an Obsidian vault: convert, organize, link, and unlock graph view, wikilinks, and Zettelkasten workflows.

8 min read May 2026
Tutorial

PDF to Markdown for RAG Pipelines (Definitive Guide)

The complete RAG pipeline for PDF documents: convert to Markdown, chunk by headers, embed, retrieve, synthesize. With Python code for LangChain and LlamaIndex.

10 min read May 2026
Tutorial

PDF Formulas to Markdown (LaTeX Output)

Convert math-heavy PDFs to Markdown with equations as proper LaTeX. MathJax-ready output for Obsidian, GitHub, MkDocs, and Jupyter notebooks.

7 min read May 2026
Tutorial

Scrape a Website to Markdown for RAG (Python Tutorial)

End-to-end Python tutorial: fetch a sitemap, convert every URL to Markdown with Trafilatura, chunk by H2 headings, embed for RAG. Runnable OSS code throughout.

11 min read May 2026
Tutorial

Transcribe an Interview with Speaker Labels (Free Guide)

Get an interview transcript with speakers automatically separated. Step-by-step guide for journalists, researchers, and HR — including how to rename speakers cleanly.

8 min read May 2026
Tutorial

Transcribe Lectures to Study Notes: Student Guide

Record lectures, transcribe to structured Markdown, save to Notion or Obsidian, and use AI to generate flashcards. Complete student workflow for getting more from class.

9 min read May 2026
Tutorial

How to Transcribe Lecture Recordings for Study Notes

Record any lecture, transcribe to structured Markdown, generate flashcards with AI. Complete student workflow for Notion, Obsidian, Anki integration. Free tier covers most students.

9 min read May 2026