Tag

Quill

1 views collected around this technical thread.

vivo Internet Technology
vivo Internet Technology
Jun 30, 2021 · Frontend Development

Rich Text Editor Evolution and Extension Guide: From Selection to Customization

The guide traces the evolution of rich‑text editors from basic execCommand tools to modern, self‑rendered engines, explains how to select the appropriate editor stage for business needs, and details extension techniques—including toolbar, menu, internal module, plugin development—and theme customization options.

CKEditorFrontend DevelopmentProseMirror
0 likes · 21 min read
Rich Text Editor Evolution and Extension Guide: From Selection to Customization
ByteFE
ByteFE
Jun 1, 2021 · Frontend Development

Embedding a Snake Game into Quill Editor Using DevUI

This article demonstrates how to integrate a canvas‑based snake game into the Quill rich‑text editor by creating a custom toolbar button, defining a SnakeBlot, registering it with Quill, and inserting the game as an embed, all within the DevUI framework for enterprise front‑end solutions.

CanvasCustom ToolbarDevUI
0 likes · 9 min read
Embedding a Snake Game into Quill Editor Using DevUI