geosolutions-it / MapStore2

The solution to create and share maps, dashboards, geostories with 3D support on the web. And it is open-source too!
https://mapstore.geosolutionsgroup.com/
Other
512 stars 399 forks source link

Include the DraftJS Image plugin in MS react-draft-wysiwyg for Map Details (InfoBox) #6120

Open tdipisa opened 4 years ago

tdipisa commented 4 years ago

Description

This issue is related to an improvement of what already provided for:

austrocontrol-C125/#160 austrocontrol-C125/#162

Please take a look at this comment to check the current status and provide the needed enhancement.

What kind of improvement you want to add? (check one with "x", remove the others)

Other useful information

vlt1 commented 4 years ago

@tdipisa @offtherailz I think it is counterproductive to try to reshape react-wysiwyg-editor to use the plugin since we need to use a special library draft-js-plugins-editor which is an editor base on draftjs that has it's own structure of using plugins and it doesn't seem to be very easy to just plug it in. I think it is better if we build on top of what is already there and implement alignment and resize of images ourselves.