Integrating the Quill Editor

Just dont forget that nice Quill API does not help with securing this, cause it is still client side.

1 Like

I got things working fine – great editor.

Just had to add the ‘div’ attribute and all was good.

Anyhow, the only issue I’m facing now is, spaces on a row of text.

For example I can type in the following:

‘hi love all these spaces!’

The string will get saved fine in Mongo (with the spaces), but when I do a collection_name.find({}), the string becomes:

‘hi love all these spaces!’

Removing the spaces.

I guess I’ll post this in another thread as it seems unrelated to Quill.

Thanks to everyone getting this going!

Not really, it’s really straight forward actually. I can answer your questions on how to get started. This thread has my process of on-boarding in a way.