This is a web-based simulated Word environment that integrates all PNG icon buttons, providing a Microsoft Word-like editing experience.
- New Document - Create blank document
- Open Document - Open local file or input content
- Save Document - Download as HTML format
- Print Document - Print current document
- Close Document - Close current document
- Undo/Redo - Support operation history
- Cut/Copy/Paste - Standard clipboard operations
- Find/Replace - Text search and replace functionality
- Bold/Italic/Underline - Basic text styles
- Strikethrough/Superscript/Subscript - Advanced text formatting
- Font Color/Highlight - Text color settings
- Format Painter/Clear Formatting - Format management
- Alignment - Left, center, right, justify
- Lists - Bulleted and numbered lists
- Indentation - Increase/decrease paragraph indentation
- Images - Insert local or web images
- Tables - Create custom-sized tables
- Links - Insert hyperlinks
- Equations - Insert mathematical equations
- Symbols - Insert special symbols
- Page Setup - Set page size and margins
- Header & Footer - Page header and footer
- Page Break - Insert page break
- Spell Check - Check document spelling
- Comments - Insert review comments
- Zoom - Zoom in/out view
- Print Preview - Preview print effect
- Open
index.htmlfile in browser - Start editing document content
- Use toolbar buttons for formatting
- Use keyboard shortcuts for efficiency
| Function | Shortcut |
|---|---|
| New Document | Ctrl+N |
| Open Document | Ctrl+O |
| Save Document | Ctrl+S |
| Print Document | Ctrl+P |
| Undo | Ctrl+Z |
| Redo | Ctrl+Y |
| Cut | Ctrl+X |
| Copy | Ctrl+C |
| Paste | Ctrl+V |
| Find | Ctrl+F |
| Replace | Ctrl+H |
| Bold | Ctrl+B |
| Italic | Ctrl+I |
| Underline | Ctrl+U |
Mini_Word/
├── index.html # Main page
├── styles.css # Style file
├── script.js # JavaScript functionality
├── button_manual.md # Button manual
├── button_manifest.csv # Button manifest
├── miniword_buttons_png/ # PNG icon folder
│ ├── file_new.png
│ ├── file_open.png
│ ├── file_save.png
│ └── ... (other icons)
└── README.md # Documentation
- Responsive Design - Adapt to different screen sizes
- Modern UI - Office-like interface design
- Real-time Preview - WYSIWYG editing
- State Management - Track document modification status
- History - Support undo/redo operations
- Modal Dialogs - User-friendly interaction
- Chrome 60+
- Firefox 55+
- Safari 12+
- Edge 79+
This application is developed using pure HTML, CSS and JavaScript with no external dependencies. All icons come from the PNG files you provided, and functionality is fully implemented based on web standards.
- Documents are saved in HTML format and can be opened in any modern browser
- Some advanced features (such as spell check) are demonstration features
- It is recommended to save documents regularly to avoid data loss