tree: b7c63fbf76bcd4983b5912687bd2956083648ea9 [path history] [tgz]
  1. i18n/
  2. Component.tsx
  3. editor_stacks.go
  4. global.d.ts
  5. go.mod
  6. go.sum
  7. index.ts
  8. info.yaml
  9. onChange-plugin.ts
  10. package.json
  11. README.md
  12. tsconfig.json
  13. tsconfig.node.json
  14. vite.config.ts
editor-stacks/README.md

Editor-Stacks Plugin

A complete editor replacement plugin for Answer, built on 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