ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

[Feature Request] - Create a rich text editor component or plugin #297

Open eazybit opened 7 years ago

eazybit commented 7 years ago

We are looking for a rich text editor that can do at least: bold, italic, alignment, bullets, and imbedded images.

There is nothing to pick from NativeScript components, or NativeScript UI components, or NativeScript plugins.

Can we create a rich text editor component or a plugin either based on ZSSRichTextEditor or CKEditor? I think that will be super helpful for the community.

Thanks

derekm228 commented 7 years ago

I think even having the ability to create a custom inputAccessoryView and append it to the keyboard could do the trick.

tgpetrov commented 7 years ago

Hi @yuzhang666, Currently there is no Rich Text Editor as part of nativescript-pro-ui. You can have a look at this plugin which provides a textfield with icon and exposes a few additional attributes for styling.

anuragd7 commented 7 years ago

+1

kmuthukrishnan commented 6 years ago

+1 please!!!!

impathan commented 6 years ago

What is the status of RichText Editor in nativescript?

I have developed my application using nativescript because I know angular 2 very well. After all work done, I stuck on one requirement of RichText editor. I went through all possibilities to implement other rich text editor but I was failed. Now I have to go with Xamarin if I don't find any solution in nativescript.

aukris commented 6 years ago

After weeks of trying, I have finally managed to hack together a webview based RichText Editor. Anyone interested can clone https://github.com/aukris/nativescript-rich-text-example

budineverend commented 6 years ago

After weeks of trying, I have finally managed to hack together a webview based RichText Editor. Anyone interested can clone https://github.com/aukris/nativescript-rich-text-example

Hallo, sir.. could you update plugin the rich text editor for NS 5?? i really need it, thanks for attention..

naveedahmed1 commented 6 years ago

There's a rich text editor for Flutter https://github.com/memspace/zefyr which uses Quill.js Delta as underlying data format. May be something similar could be built with same approach for NativeScript.

Ref:

https://medium.com/@pulyaevskiy/announcing-zefyr-a-soft-and-gentle-rich-text-editor-for-flutter-1c7c208bdf71 https://github.com/memspace/zefyr/blob/master/doc/data_and_document.md https://quilljs.com/docs/delta/

naveedahmed1 commented 5 years ago

Any update on this?

varbex commented 3 years ago

Anyone still need this feature? I´m starting a nativescript project that will need this, and have a few months to try and make something that works, maybe using quill and wrapping a webview. Will need something that works on IOS as well, so if anyone wanna try and give this a go together would be great.

Could anyone with more knowledge point if a ui component or a plugin would be the best approach?

wisnercelucus commented 3 years ago

I do need such a feature for my platform. Any update?

iabdelmageed commented 1 year ago

I have created this one, It is not a plugin but a rich text editor that is based on Webview and nativescript-webview-interface

https://github.com/MadyZaid/nativescript-webview-rich-text-editor