blob: 88ae005bd729ad25f927c6b228d6041ff07b8e64 [file] [log] [blame] [view]
# Editor-Stacks Plugin
A complete editor replacement plugin for Answer, built on [StackExchange/Stacks-Editor](https://github.com/StackExchange/Stacks-Editor).
## Features
- **Complete Editor Replacement**: Replaces Answer's default Markdown editor with a rich text editor experience
- 📝 **Markdown Support**: Seamless switching between rich text and Markdown editing modes
- 🎨 **Stack Overflow Style**: Built with the Stacks Design System for a familiar and professional look
- 🖼️ **Image Upload**: Supports drag-and-drop, paste from clipboard, and file picker for image uploads
- 📊 **Table Support**: Visual table editing with full Markdown table compatibility
- 🔧 **Rich Formatting**: Code blocks, blockquotes, lists, headings, bold, italic, and more
- ⌨️ **Keyboard Shortcuts**: Full keyboard support for power users
- 🌓 **Theme Sync**: Automatically adapts to Answer's light/dark theme settings
## Plugin Type
This plugin uses the `editor_replacement` type, which means:
- Only one editor replacement plugin can be active at a time
- It completely replaces the default editor interface
- All editor functionality is provided by the plugin
## Related Links
- [Stacks-Editor Documentation](https://github.com/StackExchange/Stacks-Editor)
- [Stacks Design System](https://stackoverflow.design/)