Overview
The Word Example demonstrates how to build a Microsoft Word-style editor with a fixed toolbar at the top. All formatting buttons use the Yoopta Editor API methods directly.Live Demo
Try the interactive Word-style editor demo
Features
Fixed Toolbar
Persistent toolbar at the top with all formatting options
Text Formatting
Bold, Italic, Underline, Strikethrough, Code, Highlight
Block Types
Headings, Lists, Tables, Code blocks, Blockquotes
Export Options
Export to HTML, Markdown, Plain Text, or JSON
Implementation
Fixed Toolbar Component
The key difference from a floating toolbar is that it’s always visible:Editor Setup
Plugin Configuration
Export Functionality
Export Dropdown
Export Preview Dialog
Page Layout Styling
Create a paper-like document appearance:Keyboard Shortcuts
All standard shortcuts work automatically:Cmd/Ctrl + B- BoldCmd/Ctrl + I- ItalicCmd/Ctrl + U- UnderlineCmd/Ctrl + Shift + S- StrikethroughCmd/Ctrl + E- CodeCmd/Ctrl + Z- UndoCmd/Ctrl + Shift + Z- RedoTab- Increase indentShift + Tab- Decrease indent
Print Styling
Add print-specific CSS:Source Code
View Full Source
Complete Word editor implementation on GitHub
Key Features Demonstrated
Use Cases
Document Editing
Word processing for reports, articles, and documentation
Rich Text Editor
General-purpose text editing with formatting
Blog Editor
Writing and editing blog posts with export options
Note Taking
Structured note-taking with headings and lists
Next Steps
Email Builder
See how to build an email template editor
README Editor
Learn about the Markdown-focused editor