Unplanned
Last Updated: 13 Sep 2022 21:38 by Jason
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
11

Currently, when the user hits enter, the editor adds a p tag (<p></p>). To add a <br> tag in the editor, the user has to press Shift+Enter.

Can we have a property that lets the developer decide what tag to add when the user hits enter?

Unplanned
Last Updated: 23 Sep 2022 07:23 by ADMIN

Please add the following features to the Editor in Kendo UI for Angular 2+:

- Table Wizard

- Split cell row

- Split cell column

- Merge cell row

- Merge cell column

Note: These features exist i the Kendo UI for ASP.NET MVC version of the editor.

Unplanned
Last Updated: 03 Jun 2022 08:23 by ADMIN
Created by: Aidan
Comments: 2
Category: Editor
Type: Feature Request
8

Hello,

 

It would be very nice to have dedicated PDF Export functionality for the Editor.  Some of the features that would be included with this would be:

  • Built-in exporting of html within the editor, keeping the content consistent with the size of PDF. Currently, tables within the editor are only able to be exported via a workaround where CSS styles have to be applied outside of the editor. (Also, entering data into tables on the editor is very inconsistent - after a few characters, the cursor jumps to the last cell.
  • Pagination Support: Header/Footer, page numbers, page breaks. Currently, header and footer functionality is not possible within the editor/PDF export combo (unless there is another workaround possible). Also, depending on what scale is set for the PDF Export component, content will often run off the side of the page on the exported PDF. It would also be useful to have physical page breaks represented somehow on the editor, either through multiple pages or a line separating them. Unless you manually place the page breaks on certain elements within the editor content, there is no way to see when they will appear. 

 

These features are crucial to our project and would be very much appreciated.

Thanks,

Aidan

Unplanned
Last Updated: 13 Dec 2022 13:29 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
7

Provide a built-in option to paste Excel data inside the Editor formatted as a table (like the KendoReact Editor):

 

 

Unplanned
Last Updated: 18 Jan 2019 14:54 by Seyfor
Created by: Seyfor
Comments: 2
Category: Editor
Type: Feature Request
5

Please add built in tool for image to editor. (link to jQuery image feature)

Unplanned
Last Updated: 17 Jan 2020 07:23 by ADMIN

I need to insert custom html to editor component.

I would like to add custom button which triggers popup with text area. Entered text should then be inserted where current focus is inside <code> tag.

As I see it, this can be done in 2 ways:

  • add another editor command insertHtml (current are bold, insertUnorderedList, createLink, insertFile, ... , fontSize, setHTML)
    This would probably required more time, but would support practically any html code in editor.
  • add support for <code> tag to format command (currently supported are: p, blockquote, h1-h6)
    This would required a lot less time to implement then the first suggestion, but it adds only one feature to editor.
    This feature would be enough for me.

All information was copied from docs.

Unplanned
Last Updated: 21 Jan 2021 08:02 by ADMIN

Currently we see no option to insert image in kendo editor by browsing the same from user's local system.

Could you please add this feature or let us know if there is already some way to achieve the same with existing editor we have for angular.

Unplanned
Last Updated: 07 Sep 2020 06:45 by ADMIN
Created by: Rohit
Comments: 2
Category: Editor
Type: Feature Request
4

With the jquery control, I could create a div as a KendoEditor control. If I do this the toolbar used to be a floating toolbar and appear when I select some text in the editor (as opposed to always appear on the top when I create a kendoeditor on a textarea):

https://demos.telerik.com/kendo-ui/editor/inline-editing

Provide a built-in Inline Editor for Angular version.

Unplanned
Last Updated: 18 Aug 2022 12:18 by Babu
Created by: Neil
Comments: 2
Category: Editor
Type: Feature Request
4

I'm having trouble with having sub-list items. I thought I'd be able to just use the indent increase toolbar button or the Tab key to create a sub-list item but it doesn't seem to work as expected. I'm not able to do this in the demo of the editor features here even: https://www.telerik.com/kendo-angular-ui/components/editor/

E.g.

- Level 1

   - Level 2

   - Level 2

      - Level 3 etc

Unplanned
Last Updated: 23 Sep 2022 08:06 by ADMIN
Created by: Kendo UI
Comments: 2
Category: Editor
Type: Feature Request
4

Hi Team,

It will be a good addition to the Editor component if the following functionality options are added related to document processing(MS Word for as an example):

  1. PageView of the rich text documents.
  2. Header & Footer.
  3. Document breaks.
  4. Document layout.
  5. Margin
  6. Ruler.
  7. Tables inside the document to support:
    *Table formatting. Silverlight version supports using format names to change the entire appearance of a table.
    *Merge/Split cells
    *Size to contents

Thank you.

Unplanned
Last Updated: 06 Jul 2020 07:15 by ADMIN
Created by: Bob
Comments: 0
Category: Editor
Type: Feature Request
3
Provide a way to configure the font size unit in the "Select font size" dropdown list.
Unplanned
Last Updated: 06 Jul 2020 07:51 by ADMIN
Created by: Bob
Comments: 1
Category: Editor
Type: Feature Request
3
Please add a "Add Symbol" menu option to the Editor. This menu option would open a dialog that allows the user to select a symbol to be added to the editor text at the current cursor location. 
Unplanned
Last Updated: 24 Jun 2021 08:40 by ADMIN
Created by: n/a
Comments: 1
Category: Editor
Type: Feature Request
3

Limitation:

  • Line spacing between text/paragraph not able to adjust, currently default Kendo Editor has quite big space in between bullets.

Feedback: To cater for Line spacing option which allow user to adjust line spacing between bullets.

                 
Unplanned
Last Updated: 06 Jun 2022 11:11 by ADMIN
Created by: Matthias
Comments: 1
Category: Editor
Type: Feature Request
3

Hello,

after entering an URL and pressing ENTER, the URL is not converted into a link

(In the Editor Kendo UI jQuery this works)

 

 

 

 

Unplanned
Last Updated: 24 Jun 2021 08:40 by ADMIN
Created by: n/a
Comments: 0
Category: Editor
Type: Feature Request
2

Limitation:

  • Font size in Kendo Editor only supports PX (pixel) values. 
  • To customize the font size to show in PT (point) format in Editor, manual conversion has to be done using the below formula. However, the font size is not exactly the same as Microsoft word PT measurement.
    • 1 Point [pt] =  ~ 1.33 Pixel [px] 

Feedback: Font size dropdown can be provided for PT (Point) option as well as to follow like the Microsoft Word font size.

   
Unplanned
Last Updated: 27 Aug 2021 08:33 by ADMIN
Created by: Harikrishna
Comments: 0
Category: Editor
Type: Feature Request
2
Provide a built-in option to define cell alignment.
Unplanned
Last Updated: 02 Jun 2023 07:06 by Kendo UI
Created by: Kendo UI
Comments: 0
Category: Editor
Type: Feature Request
2

Hi,

Having a built-in grammar checker that enables the inclusion of custom dictionaries or industry-specific terminology would be a valuable addition to the Editor component.



Unplanned
Last Updated: 18 Apr 2024 09:15 by Kamran
Created by: Kamran
Comments: 0
Category: Editor
Type: Feature Request
2

The following HTML markup is not supported and misinterpred by the Editor:

<span style="color: red;">Test <span style="color: blue;">Inner Span </span> Test</span>

The result is:

<p>
   <span style="color: red;">Test</span>
   <span style="color: blue;">Inner Span</span>
   Test
</p>

 

 

Unplanned
Last Updated: 11 Aug 2022 09:30 by Dimitris

Hi,

It will be nice to have a feature if stripTags property supports an `all` feature that strips all available HTML tags. Similar to the removeAttributes attribute that provides an `all` option.

Thank you for your consideration.

Unplanned
Last Updated: 20 Sep 2022 07:35 by ADMIN
Created by: sai
Comments: 1
Category: Editor
Type: Feature Request
1

Hi ,

 

Could you please let us know whether track changes is available on Kendo UI Editor similar to RadEditor(Telerik Web UI Editor Track Changes Demo | Telerik UI for ASP.NET AJAX. )

 

if not , could you please let us know when can be implemented?

 

Thanks

1 2