Online Text Editor
Write and format text online with a free rich text editor. Bold, italic, headings, lists, and more — all in your browser.
About Online Text Editor
Online Text Editor is a free browser-based WYSIWYG writing tool that lets you compose and format documents with a full formatting toolbar — bold, italic, underline, strikethrough, headings H1 through H3, font size, text alignment, and bulleted or numbered lists. You see your formatting applied instantly as you type, the same way a word processor works, without writing a single line of markup.
This tool is built for situations where you need formatted output quickly: drafting a structured email, writing a short brief with headings and bullet points, cleaning up pasted content by stripping stray formatting with the "clear format" button, or preparing a snippet you want to copy into a CMS or document. When you are done, you can copy the plain text to your clipboard, download a .txt file of the bare text, or download a .html file that preserves every heading and list exactly as formatted.
All editing happens entirely in your browser using the native contentEditable API. No text is uploaded, stored, or transmitted to any server at any point — the page never makes a network request with your content. There is no account, no file-size limit beyond your device memory, and no cost.
Key Features
WYSIWYG formatting toolbar
Bold, italic, underline, strikethrough, H1/H2/H3, seven font sizes, four alignment options, and ordered and unordered lists are all one click away — no markup syntax to memorise.
Clear formatting in one click
The "clear format" button strips all inline styling from selected text, resetting it to body copy. Useful for cleaning up pasted content that arrives with inconsistent fonts or sizes.
Export as .txt or .html
Download your work as a plain .txt file (bare text only) or a .html file that preserves all headings, lists, and inline formatting exactly as you composed them.
Live word and character count
A stats bar at the bottom tracks character count and word count in real time as you type, so you always know where you stand against a length target.
Undo and redo history
Full undo and redo support lets you step back through editing history without fear of losing work. Standard Ctrl+Z / Ctrl+Y shortcuts also work.
100% client-side, no upload
Every keystroke and formatting command is processed locally in your browser. Nothing is ever sent to a server, making the editor safe for confidential drafts and internal documents.
How to Use
Type or Paste
Click the editor area and start typing, or paste existing text from another source.
Format Your Text
Use the toolbar buttons to apply bold, italic, headings, alignment, lists, and other formatting options.
Export Your Work
Download your document as a .txt or .html file, or copy the content to your clipboard.
Example
Type or paste content, apply heading and list formatting via the toolbar, then download or copy the result. Below shows the HTML the editor generates for a short structured document.
Meeting Notes — Q3 Kickoff
(formatted as H1 in toolbar)
Action items:
- Finalise budget (formatted as bullet list)
- Schedule follow-up
- Share slide deck <h1>Meeting Notes — Q3 Kickoff</h1>
<ul>
<li>Finalise budget</li>
<li>Schedule follow-up</li>
<li>Share slide deck</li>
</ul> Common Use Cases
- arrow_circle_right
Drafting formatted emails without a mail client
Compose a message with headings and bullet points, then copy the plain text or HTML into your email client. The clear-format button removes any leftover styling from quoted text you paste in.
- arrow_circle_right
Writing structured briefs and one-pagers
Build a document with H1/H2 headings and numbered steps, check the word count, and download it as an .html file to share or drop into a CMS — all without opening a word processor.
- arrow_circle_right
Cleaning up copy from external sources
Paste text copied from a website or PDF that arrives with inconsistent font sizes or stray formatting. Select all and hit "clear format" to reset everything to plain body text in a single click.
- arrow_circle_right
Creating HTML snippets for templates
Authors who work with email or landing-page templates can compose and format a content block here and download the .html output ready to paste into their template without hand-coding tags.
- arrow_circle_right
Quick offline-style scratch pad with formatting
Unlike a plain notepad that stores only raw characters, this editor preserves the visual structure — headings, bold emphasis, lists — so formatted thinking is not lost when you copy the result elsewhere.