aswinrajeev / blogly

Blogly is an open-source desktop application for bloggers and content writers
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Support a read more in Quill editor #40

Closed aswinrajeev closed 4 years ago

aswinrajeev commented 4 years ago

Add support for inserting read more () in Quill editor.

aswinrajeev commented 4 years ago

A major problem is that unless properly registered, Quill would remove all unrecognised HTML tags. For now, a new custom blog can be generated for this as explained in the link below:

https://stackoverflow.com/questions/37525867/how-can-i-add-a-new-format-hr-tag-to-quill-js

aswinrajeev commented 4 years ago

Another similar thread that should help is https://github.com/KillerCodeMonkey/ngx-quill/issues/169#issuecomment-385675818