nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

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

Open eazybit opened this issue 8 years ago • 12 comments

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

eazybit avatar Sep 19 '17 16:09 eazybit

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

derekm228 avatar Oct 10 '17 15:10 derekm228

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.

tgpetrov avatar Oct 11 '17 06:10 tgpetrov

+1

anuragd7 avatar Nov 27 '17 05:11 anuragd7

+1 please!!!!

kmuthukrishnan avatar Feb 09 '18 05:02 kmuthukrishnan

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.

impathan avatar Mar 02 '18 13:03 impathan

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

aukris avatar Oct 08 '18 16:10 aukris

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..

budineverend avatar Nov 06 '18 03:11 budineverend

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 avatar Nov 09 '18 15:11 naveedahmed1

Any update on this?

naveedahmed1 avatar Sep 26 '19 23:09 naveedahmed1

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?

varbex avatar Sep 03 '21 01:09 varbex

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

wisnercelucus avatar Sep 04 '21 21:09 wisnercelucus

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

iabdelmageed avatar Aug 30 '23 20:08 iabdelmageed