Unplanned
Last Updated: 30 Oct 2025 14:23 by Andre' Hazelwood
Created by: Andre' Hazelwood
Comments: 0
Category: Editor
Type: Feature Request
1

The KendoUI Editor for jQuery exposes a stylesheets property that allows the default stylesheet to be defined for the editor.  Please add this property to the KendoUI Editor for Vue as well as I would like to be able to set some default css properties such as font family, font size, colors, etc.  

The list of stylesheets can be attached after the currently included stylesheets which would allow overriding any default Kendo or ProseMirror specific styles.

Reference:  https://www.telerik.com/kendo-jquery-ui/documentation/api/javascript/ui/editor/configuration/stylesheets

As an alternative, you can apply custom CSS (such as font family, font size, and colors) to the Editor's iframe content, you can use the onLoaded event. With this event, you can inject a <style> element or a <link> to an external stylesheet into the iframe's document, allowing you to override default Kendo or ProseMirror styles. 

https://www.telerik.com/kendo-vue-ui/components/editor/styling-content#styling-the-content-in-iframe-edit-mode 

Unplanned
Last Updated: 10 May 2024 09:03 by Lucía
Created by: Lucía
Comments: 0
Category: Editor
Type: Feature Request
1
Currently, the Editor tools are not very responsive because the width and height are set to fixed values. It would be beneficial if they where made more responsive.
Unplanned
Last Updated: 28 Aug 2023 13:40 by Ashiq
Currently changing the bullet color to be the same as the text is not supported.
Unplanned
Last Updated: 17 Mar 2023 08:11 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
1

Add ability to specify the tag which will be inserted when the Enter key is pressed (e.g., p, br, div, etc.).

Unplanned
Last Updated: 24 Feb 2023 08:18 by Don

Hello.

I want to request a feature for the Native Editor that is available in Microsoft Word.

I would like to be able to set the cursor on an existing hyperlink, click the Hyperlink tool, and change the display text on the hyperlink. 

This change would also include adding a "Display Text" form field on the hyperlink tool dialog view.

Unplanned
Last Updated: 26 Sep 2022 08:39 by Ashiq
Created by: Ashiq
Comments: 0
Category: Editor
Type: Feature Request
2
Currently, the Native Editor doesn't have the v-model binding option available in its definition. Providing such an option will be a nice to have feature in the component. 
Unplanned
Last Updated: 27 Jan 2022 13:45 by ADMIN
Created by: jake
Comments: 0
Category: Editor
Type: Feature Request
0

If the Editor component has the "required" property it can be easily validated with a simple configuration. 

Currently, the validation of the Editor can be achieved only with custom validation.