Open blairanderson opened 4 years ago
Is your feature request related to a problem? Please describe.
it is common for jekyll (and other static generator) sites to use html as body format instead of markdown.
I would like to configure the body widget to use an HTML WYSIWYG editor, instead of a markdown WYSIWYG. Where the content outputs are HTML.
I have this on a couple sites, for many different reasons. I will have a collection that uses HTML instead of Markdown as the content. Mostly when a page needs more customization than working in markdown. very similar to the standard Wordpress editor.
Describe the solution you'd like
Would like a widget configuration type of
html
that embeds a WYSIWYG editor with html output. I would use this in place of themarkdown
widgetDescribe alternatives you've considered
https://jpuri.github.io/react-draft-wysiwyg/#/demo
I understand the hardest part would be the editor blocks. but these could be iterated over time after the WYSIWYG goes through beta
Hi @blairanderson did you find any solution for this?
@mdejuan no I didn't. I would like to use react-draft wysiwyg but have not attempted to implement a custom editor.
Thanks @blairanderson
Is your feature request related to a problem? Please describe.
it is common for jekyll (and other static generator) sites to use html as body format instead of markdown.
I would like to configure the body widget to use an HTML WYSIWYG editor, instead of a markdown WYSIWYG. Where the content outputs are HTML.
I have this on a couple sites, for many different reasons. I will have a collection that uses HTML instead of Markdown as the content. Mostly when a page needs more customization than working in markdown. very similar to the standard Wordpress editor.
Describe the solution you'd like
Would like a widget configuration type of
html
that embeds a WYSIWYG editor with html output. I would use this in place of themarkdown
widgetDescribe alternatives you've considered