Dynamically customizing Quill/ngx-quill editors in an Angular application

Sébastien Dubois
7 min readApr 18, 2020

In this article, I’ll share the first iteration of a technical design I’m working on for the application I’m developing.

The problem

In my current project (an Angular application), I’m using the Quill rich text editor, with the help of the ngx-quill utility library (which provides an easy way to use Quill in Angular projects.

Unfortunatly, as it stands, Quill isn’t really i18n/l10n friendly: https://github.com/quilljs/quill/issues/2922. Out of the…

--

--