Markdown TOC Generator - Online Table of Contents
Paste your Markdown and automatically generate a linked table of contents based on headings. Insert at the top. Local magic.
UD5 Toolkit
Create beautiful, documentation-ready props tables for your React components. Just add props manually or load an example, and copy the table as HTML or Markdown.
No props defined yet. Click Add Prop or Load Example to start.
| Prop Name | Type | Default | Required | Description |
|---|---|---|---|---|
|
Your generated table will appear here. |
||||
"string" | "number", React.ReactNode, or { x: number; y: number }. The generator does not validate types—just use the notation your team prefers.<table> with proper <thead> and <tbody>. You can further enhance it with ARIA attributes if needed.Paste your Markdown and automatically generate a linked table of contents based on headings. Insert at the top. Local magic.
Toggle between show and hide for empty table cells. Understand how it affects borders and backgrounds.
Check if your site has a service worker registered and if it can load offline. Quick PWA readiness assessment.
Highlight elements with aria‑describedby and see the linked description text. Verify a11y annotations.
See how <datalist> works across browsers. Test with many options. Copy the minimal markup. Simple native autocomplete.
Combine TTS with text highlighting. See each word colored as it is spoken. For e‑learning content creation. Local.
Reduce your HTML file size by stripping whitespace, comments, and optional closing tags. Secure browser‑based.
Paste text and quickly highlight potential proper nouns (capitalized sequences). Aid for editing or anonymization. Simple regex-based, local.
Play white, pink, or brown noise to aid focus, sleep, or tinnitus relief. Infinite loop and volume control. Works in background; no downloads.
Generate continuous white, pink, or brown noise for sleep or concentration. Adjustable volume with offline support via Web Audio API. No downloads needed.
Paste any text and have it read aloud while each spoken word is highlighted. Improve reading focus. Web Speech API.
Play continuous white, pink, or brown noise directly in your browser. Includes a timer for sleep and volume control for office concentration.
Upload a text file to detect its character encoding (UTF-8, ISO-8859-1, etc.) and BOM presence. Runs entirely in your browser.
Paste a SQL CREATE TABLE statement and extract just the column names as a CSV header row. For data migration.
Convert an SVG into a named React component with TypeScript. Clean attributes and add props. Dev tool.
Paste regular HTML and instantly get valid React JSX with proper self‑closing tags and className attributes.
Place a table caption on top, bottom, or inline‑start/end. See the live change. Copy the code.
Press any key combination and record the sequence. Export as JSON or human‑readable text. Perfect for documenting shortcuts.
Drop a PDF and automatically detect tables. Export them to CSV or copy to clipboard. Works locally using PDF.js.
Choose tabular‑nums, diagonal‑fractions, ordinal and see the effect on a numeric list. Elegant data presentation.
Provide a hook name and select features (state, effect, callback). Get a complete React custom hook with TypeScript. Faster development.
Convert currencies using a built‑in table of approximate fixed rates. Useful for quick estimates without live data. Local.
Paste an SVG and convert it into a ready‑to‑use React functional component with proper JSX. CamelCase attributes. Local.
Enter products with different prices and weights/volumes. The tool ranks them by best value per unit. Save money effortlessly.
Paste standard HTML and get a valid React JSX component. Converts class to className, inline styles, etc. Local transformation.
Paste CSV and get a beautiful HTML table with sortable headers (optional). Copy the full HTML/CSS snippet. Local.
Paste tab‑separated or CSV data and instantly get a beautifully aligned Markdown table. Essential for documentation.
Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
Generate a React custom hook boilerplate with state, effect, and cleanup. Pick the pattern and copy.