phronmophobic/membrane

RichTextView

staypufd opened this issue · 3 comments

I see you have text views, but they are single font only. How would you do a text flow of different fonts, and highlight them? Also, how would I add a image in the text run?

@staypufd , the short answer is that there is currently no convenient built in solution for a rich text view.

Depending on your use case, there might be a couple workarounds I can help with to get you up in running.

Better text support is an area for improvement I've been thinking about, but I haven't spent the time to figure out a good API yet. Is there a Rich Text View implementation you've seen that was enjoyable to use?

@phronmophobic just passing by here, but have you seen the model that ProseMirror uses?

https://prosemirror.net/docs/guide/#doc

This also looks interesting, https://github.com/quilljs/quill/