Skip to content

Offloading to HTML editor provider #174

Open
@Timo-Breumelhof

Description

In some issues we discussed offloading functionality to the DNN HTML editor provider.
Examples: #158 #168 #162 #38

I spoke to @skamphuis and he mentioned something I think @mitchelsellers referenced in #38

My comparison with Open Content was incorrect as that module does not use the HTML editor provider but loads the CkEditor directly. That way you can push your own configuration to the Editor, but you cannot do that using the HTML editor provider (AFAIK).
So that would mean that for the Emoticons to work an Admin would have to create a custom CkEditor configuration for the Forums Module.
Unless we hack around that by writing a custom config to the Portal settings, but essentially that's like supporting CkEditor, not the HTML editor provider.

For #tag and @mention support, we would need a plugin for the editor (like the dnnpages plugin currently) I think, but that would then obviously only support CkEditor and anyone using another editor will have to create plugins themselves (but at least it can be done)
I think "hacking" into the editor by executing code on keydown would make it again specific for CKE I think.

I wonder how many users are actually using another editor, but IMO we should try to do this using the HTML editor provider.

Thoughts?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedrequires more informationMore information is required to duplicate or understand the issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions