Changing the HTML WYSIWYG editor - What is involved? #14771
Unanswered
jgruttad92
asked this question in
Q&A
Replies: 1 comment 8 replies
-
You can change the editor by defining your own editor option and implementing it. Like to define editor option create HtmlBodyPart-MyEditor.Option.cshtml And then implement your editor using HtmlBodyPart-MyEditor.Edit.cshtml |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to override my instance of Orchard Core CMS such that it uses TinyMCE instead of Trumbowyg when writing HTML. I see on the HTML Orchard Core Page that it's possible to add/use different editors, but I have yet to find a good example of doing so online.
So ultimately I was wondering if anyone had done something like this before, and would be willing to impart their wisdom and show what they needed to do (for TinyMCE or some other HTML WYSIWYG editor).
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions