MSD-LIVE / issues

0 stars 0 forks source link

add ability for user to insert an image in the descriptions WYSIWYG editor used in descriptions #108

Open zguillen opened 1 year ago

zguillen commented 1 year ago

try and base 64 encode the image and store it somehow in the WYSIWYG editor

zguillen commented 1 year ago

related to #35 #105

jugovimm commented 10 months ago

@zguillen Reassigned to you.

Ran into webpack issues trying to add plugin (Base64UploadAdapter) to CKEditor build.

  1. Tried fixing CSS errors that were appearing due to webpack issues. Tried adding a test for specific ckeditor CSS files, add some of less loader. This fixed the CSS errors due to webpack ...

We will see if next release of RDM has updated CKEditor and/or webpack and/or webpack config

Links from Matt: https://github.com/ckeditor/ckeditor5/issues/1047 https://ckeditor.com/docs/ckeditor5/16.0.0/builds/guides/integration/installing-plugins.html#adding-a-plugin-to-a-build https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/integrating-from-source-webpack.html

Files from Matt package.txt webpack config.txt