Declined
Last Updated: 17 Feb 2020 08:41 by ADMIN
Thanks for the due diligence.  I can see how this could be used as a solution but it's effectively a bit of a bodge.  The user loses the essential ability for pagination and editable/non-editable areas (amongst a whole host of other features).  In a document management solution, these are fairly essential.  The key for me is to allow users to edit documents that they are familiar with.  I worked with WOPI for two months before throwing the entire work effort out the window.

I enjoy working with Kendo products and have been doing so for over ten years although I have never liked your approach to responsive design - I think this is a hangover from selecting a different container model to Bootstrap (I seem to remember this from a long time ago).  To this end, I was hoping that your Angular component set might be written from the bottom up with a different design approach but it appears not. Anyway, I diverge.

Bringing the Docx document into the editor would be a great option if it displayed it as a page with editable regions and pagination.  As far as I can see Syncfusion is well behind Progress in terms of the overall offering and support but in this one component they are well ahead.  Their approach is to mirror the OpenXML format of Word with their own .sfdt format and deliver that to be edited inside a component which is obviously a variation of their own editor.  That's the way forward for Progress, along with a big marketing message to the developer community saying "Your WOPI woes are over....".  I personally deliver these documents from blob storage and mirror the results on my customers' local file server with a simple Powershell command, that way they have a local copy of all the document collection as a backup for disaster recovery.

It's a learning curve with Syncfusion, one which I didn't want to have to undertake.  But that's the way I have to go whilst Progress has no document editor.  Strange really when you are so close with your editor and WordsProcessor library and offer a spreadsheet in almost every flavor.  WOPI's a real pain and impossible to implement and a document editor would really shake things up...

In my humble opinion.
Completed
Last Updated: 03 Nov 2021 14:25 by ADMIN
Created by: Brandon
Comments: 2
Category: Editor
Type: Feature Request
6
Really would like the Editor component to accept an array of plugins to add to the prose editor. I needed to bring in the mentions plugin so people could @ mention things in the editor. Since I MUST have the custom plugin I couldn't use the kendo-editor component at all and theres so much more in the component that gets thrown away because I can't use the component if I can't give you some prose editor plugins to add.
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

Declined
Last Updated: 04 Jun 2020 13:26 by ADMIN
Created by: deepak
Comments: 3
Category: Editor
Type: Feature Request
0
I want to edit the outlook email content on the web site (Angular). Please let me know which editor can be used for this?
Declined
Last Updated: 30 Sep 2019 13:45 by ADMIN
Created by: Nhan
Comments: 2
Category: Editor
Type: Feature Request
0

We are planning on using Angular 8 and Kendo UI for Angular for a major refactor project that currently utilizes RadRichTextBox for Silverlight.

We would like to utilize the Kendo UI for Angular Editor component.

The feature set our business users require and that is in RadRichTextBox  we are currently using are:

  • API to allow injecting contents into the current document in the editor at certain places by using bookmarks.
  • The ability to save and load a saved file into the editor.
  • Page Header and Footer
  • Page Break
  • Mail Merge
  • Drag and Drop Content from List
  • Printing/Print Preview
  • Import/Export

 

We understand that some of these features are not currently implemented in the new component.

The roadmap on the Telerik website shows that additional functionalities are scheduled to be added to Kendo UI for Angular by September 18, 2019. Our question is if any of these things are planned to be added to Kendo UI for Angular and if so when? Or if there is another route involving Telerik you might suggest for incorporating these functionalities into an Angular 8+ project?

Thanks

-Nhan

Declined
Last Updated: 11 Jul 2023 14:56 by ADMIN
Created by: Ludwig
Comments: 2
Category: Editor
Type: Feature Request
2

If you copy paste a hierarchical numbered bullet list from Microsoft Word into the Editor, it will initially appear correct.

However, if you then attempt to add a new bullet by adding a newline, there will not be a new bullet with the correct number added.

Instead, it will add a new line. See the attached screenshot for clarification.

Support hierarchical bullet lists pasted from Microsoft Word in Kendo for Angular Editor component.

Declined
Last Updated: 11 Jul 2023 14:57 by ADMIN
Created by: Lynden
Comments: 2
Category: Editor
Type: Feature Request
3

Can the Editor implement the file uploading and management UI similar to the JQuery implementation?

Thanks

Lynden

Declined
Last Updated: 17 Nov 2022 08:36 by ADMIN
Created by: Rajesh
Comments: 3
Category: Editor
Type: Feature Request
1
Need a option to make editor readonly and To hide toolbar
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.

Completed
Last Updated: 04 Jun 2020 13:40 by ADMIN
Created by: Lívia
Comments: 4
Category: Editor
Type: Feature Request
6

Hey Telerik Team,

 

Please consider accepting some HTML tags like <table> and its repectives <tr> <td>... My company uses templates based on that structure.

Please, we're using the latest version of Angular and therefore Kendo UI Jquery integrated with angular (which allows those tags) does not fullfil our requirements anymore. We need it asap.

Thanks.

Completed
Last Updated: 27 May 2021 18:01 by ADMIN
Created by: Daniel
Comments: 2
Category: Editor
Type: Feature Request
5

After looking through the Editor API for Angular 7+, I noticed that there is no input to add a placeholder for the editor. This is something we had in the past (in other editors) and feel its important to still have. I understand the Editor is in Beta, but is there any plans to add an input to the EditorComponent to have a placeholder like so?

<kendo-editor ... [placeholder]="my placeholder"></kendo-editor>

Or is there already a way to do this?

Declined
Last Updated: 23 Feb 2023 06:47 by ADMIN
Created by: Sonali
Comments: 2
Category: Editor
Type: Feature Request
1

I would like have "Format Painter" or "Copy Format" in the Editor. 

Currently there is no "Format Painter" or similar option available for Editor.

I hope Editor enhancement feature you will add into your plan near future.

 

Completed
Last Updated: 27 May 2021 17:59 by ADMIN
Created by: Flemming
Comments: 2
Category: Editor
Type: Feature Request
6

I would like if you would add support for gradient colorpicker in the Editor toolbar.

Currently, only Palette is supported.

 

Since it is possible with the ColorPicker input control and as the Editor Toolbar derives from that, I hope it is possible.

Would be awesome if possible.

 

Thanks

 

/Flemming

Completed
Last Updated: 11 Apr 2022 14:27 by ADMIN

The use case that we would like to cover is as follows.

 

1. Open an image in Paint.

2. Select a region and copy it.

3. Paste into the editor.

4. The image should be displayed in the editor. 

 

It should, however, be encoded similar to the way that Kendo Grid for jQuery does to produce something like this.

<img src="data:image/png;base64,iVBORw0KGgoAAA...vwAAAABJRU5ErkJggg==" />

 

Note that the image is not hosted remotely at some URL, but rather is included inline within the body.

Declined
Last Updated: 16 Jun 2021 06:10 by ADMIN

Hi Team,

Could you please add feature for Kendo Editor in angular -

  1. Paste image such as signature.
  2. Able to resize image using mouse select rather than from the image toolbar.
  3. Need toolbar for font color.

 

Thanks

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)

1 2 3 4