A powerful online text formatting tool built with pure front-end technologies. Perfect for formatting text for Facebook, LinkedIn, Discord, and other platforms.
-
Monaco Editor Integration: Professional code editor with syntax highlighting
-
Text Formatting Functions:
- Add line numbers
- Remove empty lines
- Join lines into single line
- Remove whitespace
- Remove emojis
- Add current date
- Convert to UPPERCASE
- Convert to lowercase
- Convert to Sentence case
- Convert to Title Case
-
Real-time Preview: See changes instantly
-
Undo/Redo: Up to 50 steps of history (stored locally)
-
Copy Functionality: One-click copy to clipboard
-
Privacy-First: All processing happens locally in your browser
- Pure HTML, CSS, JavaScript
- Tailwind CSS for styling
- Monaco Editor for text editing
- Local Storage for history management
This is a static website that can be deployed on:
- Cloudflare Pages
- Netlify
- GitHub Pages
- Any static hosting service
text-formatter/
├── index.html # Main page
├── privacy.html # Privacy policy page
├── terms.html # Terms of service page
├── script.js # Main functionality
├── logo.png # Logo image
├── favicon.png # Favicon
└── README.md # This file
- Clone or download the project files
- Open
index.htmlin a web browser - Start formatting your text!
- All text processing happens locally in your browser
- No data is sent to any servers
- History is stored only in your browser's local storage
- Your text content remains completely private
- Chrome (recommended)
- Firefox
- Safari
- Edge
This project is open source and available under the MIT License.