Responsive Text Editor
Features:
Text Formatting Options:
- Bold, Italic, Underline
- Text Alignment: Left, Center, Right
- Undo/Redo
Editable Area:
- A
divwithcontenteditableallows users to freely input and format text.
- A
Download Button:
- Exports the content of the text editor as a
.txtfile.
- Exports the content of the text editor as a
Colorful Styling:
- Toolbar buttons styled with a green/white theme.
- Smooth transitions and hover effects for better interactivity.
Responsive Design:
- Adapts seamlessly to different screen sizes, with the text editor and toolbar scaling properly.
How It Works:
Text Editing:
- The user interacts with the text editor using the toolbar buttons, which execute
document.execCommand()to apply formatting.
- The user interacts with the text editor using the toolbar buttons, which execute
Download as
.txt:- Clicking Download as .txt creates a
.txtfile from the editor's content and downloads it using a dynamically createdBloband anchor tag.
- Clicking Download as .txt creates a
No comments:
Post a Comment