image and video alignments do not save in quill.
See original GitHub issueHi,
Thank you for making this library. I have an issue with image and video alignments.
When I click on an image or video I inserted in the quill editor (I am using react-quill), I can align left, right, and center using the resizer box provided by quill-blot-formatter. But, as soon as I remove the editor and display the content in <div class="ql-editor" dangerouslySetInnerHTML={{ __html: content }} />
, all the contents, images and videos are there but alignments are ignored.
Could you tell me what I may be missing? or at least can I hide the alignment boxes in quill-blot-formatter so that users can just use the alignment options in the quill-toolbar?
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:16
Top Results From Across the Web
Formats - Quill Rich Text Editor
Quill supports a number of formats, both in UI controls and API calls. By default all formats are enabled and allowed to exist...
Read more >How to register alignment styles in react-quill - Stack Overflow
I am able to get the react-quill editor to work but I am not able to get the image styles/paragraph styles that are...
Read more >Quill Editor script to read from database - SitePoint
PS… The alignments of left, right, center, justify don't work. In the editor they properly display, but once posted all alignments are left....
Read more >quill | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn.
Read more >Events | Documentation - Froala
Take a look through all the Events that are a part of the Froala WYSIWYG editor. ... The passed link is either incorrect...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Using the code above I had to make some changes to make quill accept it and register.
And them register it
Thanks miczed for pointing out the way
Same issue. And I find a solution here.