Skip to main content
ToolStack

Writer & Editor Toolkit

Everything a writer or editor reaches for during a long-form project — a live Markdown editor, word counter, diff checker, find-and-replace, Unicode text styler, and SEO meta tag generator — collected in one place. Every tool runs entirely in your browser: no files leave your device, no account required, no tracking.

Open Markdown Editor

Markdown Editor

Write Markdown with a live, sanitized HTML preview

Open Markdown Editor

All Tools (27)

Markdown Editor

Write Markdown with a live, sanitized HTML preview

Markdown → HTML

Convert Markdown to clean, sanitized HTML

HTML → Markdown

Convert HTML markup back to Markdown

MD Table

Build markdown tables in a spreadsheet-like editor with per-column alignment and live preview

Mermaid

Write and preview Mermaid diagrams — flowcharts, sequence, class, state, and ER diagrams

Word Counter

Count words, characters, sentences, reading time

Word Frequency

Count word frequency with stopword and length filters

Case Converter

Convert text between 11 case formats

Sort Lines

Sort lines alphabetically, naturally, by length, or shuffle

Dedupe Lines

Remove duplicate lines, keep first or last, optionally sort

Find & Replace

Literal or regex find-and-replace with whole-word + flags

Strip HTML

Strip HTML to plain text and decode entities

Reverse Text

Reverse text by characters, words, or lines (Unicode-safe)

Lorem Ipsum

Generate placeholder text in any format

Text Diff

Compare two texts side-by-side

Text to Speech

Read text aloud with the browser SpeechSynthesis API

Image OCR

Extract text from images and screenshots using browser-based OCR — your files never leave your browser.

PDF OCR

Turn a scanned PDF into a searchable PDF — runs entirely in your browser, no upload.

Unicode Styler

Convert text to bold, italic, script, monospace, and other real Unicode characters

Unicode Lookup

Code point, UTF-8 / UTF-16 bytes, escapes, block, and category for any character

ASCII Table

Searchable reference of all 256 ASCII / Latin-1 characters with dec, hex, oct, bin, HTML

Emoji Picker

Browse and search hundreds of popular emojis by category, click to copy

Slug Generator

Convert text to URL slugs with transliteration

Meta Tags

Generate Open Graph + Twitter + meta tag blocks

Pomodoro Timer

Customizable focus timer with notifications

Todo List

Add, complete, and filter tasks with auto-save

Notepad

Multi-tab notepad with live word count and auto-save

Workflow: Polish a Long-Form Article

A concrete example of how these tools chain together when taking a draft from rough copy to a published post.

  1. Draft in Markdown with live preview Markdown Editor

    Write and structure the article using headings, lists, and links — the sanitized HTML preview updates as you type.

  2. Check word count and reading time Word Counter

    Confirm you hit the target length and that the estimated reading time is appropriate for your audience.

  3. Diff against an earlier draft Text Diff

    Paste the previous version and the revised version side-by-side to review every change before publishing.

  4. Spot overused words Word Frequency Counter

    Run the full text through the frequency counter to identify repetitive language and tighten prose.

  5. Style headlines with real Unicode bold/italic for social posts Unicode Text Styler

    Convert key phrases to Unicode bold, italic, or script characters so they stand out natively in social feeds without images.

  6. Generate a clean URL slug and write the OG meta tags URL Slug Generator + Meta Tag Generator

    Turn the article title into a URL-safe slug, then build the complete Open Graph and Twitter Card block for the CMS.