emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 39 forks source link

Why use LFM? #33

Closed paulocastellano closed 4 years ago

paulocastellano commented 4 years ago

Tinymce have upload imagens by default, you can just pass url for upload:

images_upload_url

reference: https://www.tiny.cloud/docs/configure/file-image-upload

This makes the project cleaner

DerekBuntin commented 4 years ago

Tinymce have upload imagens by default, you can just pass url for upload:

images_upload_url

reference: https://www.tiny.cloud/docs/configure/file-image-upload

This makes the project cleaner

I totally agree and it could be integrated with one fo the other file managers so that it can simply select from the media library.

Paul have you managed to get this working using the images_upload_url option?

emilianotisato commented 4 years ago

@paulocastellano @DerekBuntin Sure, tinymce has the image capability. But its get's store as base64 encoded image in the payload.

The LFM integration is intended to be use in the cases where you want to store that images in the server. You can opt in or out of this feature, that is why is configurable.