Filler text without leaving the page
Lorem ipsum is the standard placeholder copy that designers, typesetters, and front-end developers reach for when the real text is not ready yet. The generator emits the canonical Cicero-derived paragraph (Lorem ipsum dolor sit amet, consectetur adipiscing elit...) repeated as many times as you ask for, separated by blank lines so it pastes cleanly into Markdown, HTML, or a design tool.
The Paragraphs input controls how many copies you get back, anywhere from 1 to 50. The input panel on the left is ignored for this generator, so you can leave it empty or use it for notes; only the option panel drives the output. Click Copy to grab the result, or Download to save a .txt file.
If you need shorter filler, drop the count to 1 and trim the result by hand. If you need much longer copy, raise the count or run the generator twice and concatenate. Pair this with the repeat text tool when you want the same custom block duplicated, or the random word tool when you want a single placeholder word instead of paragraphs.
How to use lorem ipsum generator
- 1Open the tool. The input panel can be left empty.
- 2Pick a Unit: Paragraphs (default), Sentences, or Words.
- 3Set Count for how many of the chosen unit you want.
- 4Toggle Start with "Lorem" to control whether the canonical opener "Lorem ipsum dolor sit amet..." appears first.
- 5Click Copy in the output header, or Download for a plain-text file.
Keyboard shortcuts
Drive TextResult without touching the mouse.
| Shortcut | Action |
|---|---|
| Ctrl F | Open the find & replace panel inside the input Plus |
| Ctrl Z | Undo the last input change |
| Ctrl Shift Z | Redo |
| Ctrl Shift Enter | Toggle fullscreen focus on the editor Plus |
| Esc | Close find & replace, or exit fullscreen |
| Ctrl K | Open the command palette to jump to any tool Plus |
| Ctrl S | Save current workflow draft Plus |
| Ctrl P | Run a saved workflow Plus |
What this tool actually does
Three units: paragraphs, sentences, words
Pick what Count represents. Paragraphs emits 4-6-sentence blocks separated by blank lines. Sentences emits N sentences joined with spaces. Words emits exactly N words ending in a period. Switch as needed for paragraph drafts vs sentence-length copy vs micro-headlines.
Optional canonical opener
Start with "Lorem" (on by default) ensures the first sentence is the canonical Lorem ipsum dolor sit amet, consectetur adipiscing elit.. Turn off to randomise the start when you want filler that does not visually shout "placeholder."
Varied sentence pool
Twelve real Cicero-derived sentences are stitched into varied paragraphs - count > 1 will not render N copies of the same text. Output is deterministic per render so designs stay stable across reloads.
Input panel is ignored
Whatever you type or paste on the left is not used. Only the option panel matters. That means you can keep notes in the input while iterating on the placeholder count.
Runs entirely in your browser
No upload, no server-side call, no cookies attached to the result. The generator concatenates the canonical paragraph in JavaScript and writes the output panel directly.
Stable, copy-friendly output
Paragraphs are separated by \n\n (a blank line), so pastes into Markdown render as separate paragraphs and pastes into HTML editors split into <p> blocks where the editor handles paragraph breaks.
Worked example
Two paragraphs of canonical Lorem ipsum, blank-line separated. Paste into Markdown or HTML and the breaks survive. Need a single placeholder word? Use random word.
Unit: paragraphs - Count: 2 - Start with Lorem: on
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Settings reference
| Behaviour | Effect on output |
|---|---|
Unit = Paragraphs (default) |
Each Count emits one 4-6-sentence paragraph, joined by blank lines. |
Unit = Sentences |
Each Count emits one sentence; sentences are space-joined into a single line. |
Unit = Words |
Each Count emits one word; the run ends with a period. Useful for micro-headlines. |
| Count | How many of the chosen unit. Default 3, max 500. |
| Start with "Lorem" = on (default) | First sentence is always the canonical Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
| Start with "Lorem" = off | Output starts with a random sentence from the pool. |
| Paragraphs (legacy) | Backwards-compat field. Older saved workflows that set this number win over Unit + Count, so existing chains keep working. |
| Input panel | Ignored. Type whatever you like on the left; the generator only reads the option panel. |