strapi-plugin-wysiwyg-toastui icon indicating copy to clipboard operation
strapi-plugin-wysiwyg-toastui copied to clipboard

Wysiwyg by default?

Open wyamout opened this issue 4 years ago • 2 comments

Great plugin thank you.

Anyway to show Wysiwyg instead of markdown by default?

Thanks

wyamout avatar Aug 13 '20 12:08 wyamout

Copy index.js from: node_modules\strapi-plugin-wysiwyg-toastui\admin\src\components\TOASTUI\index.js

to: plugins\strapi-plugin-wysiwyg-toastui\admin\src\components\TOASTUI\index.js

then change the following line:

this.initialEditType = "markdown"; to this.initialEditType = "wysiwyg";

rafazafar avatar Oct 17 '20 12:10 rafazafar

Is this Info still valid? I've tried doing that but doesn't seem to work for me

francescob avatar Nov 05 '21 14:11 francescob