aor-rich-text-input icon indicating copy to clipboard operation
aor-rich-text-input copied to clipboard

<RichTextInput> component for admin-on-rest, useful for editing HTML code in admin GUIs

Results 14 aor-rich-text-input issues
Sort by recently updated
recently updated
newest added

Any reason for locking on Quill minor `1.1`? We're using zenoamaro/react-quill and as a result we end up with multiple versions of quill in webpack bundle. Could we change `aor-rich-text-input`...

could you please enable including additional quilljs modules (e.g. https://github.com/kensnyder/quill-image-resize-module, https://github.com/kensnyder/quill-image-drop-module), or provide some workaround for accomplishing this?

Is there any reason for specifying explicit react dependency? `"react": "~15.4.0"` It leads to errors like this: https://facebook.github.io/react/warnings/refs-must-have-owner.html

bug

Quill.js, the main dependency of aor-rich-text-input, is a large addition to the bundle size of any SPA. Here, on admin-on-rest-demo, it's taking 14% of the bundle size. ![image](https://cloud.githubusercontent.com/assets/99944/26344898/7ba20b58-3fa1-11e7-89e9-e4b55d7bceb8.png) We should...