You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2022. It is now read-only.
I've been looking for an extensible rich text editor for react-native that is not simply a tool made for the web and wrapped in a WebView, this seems to fit the bill.
I need to implement stuff like mentions, the idea is that a user can click a button on the toolbar, search for a user and a link to that user would be inserted in the document, like this: @jsamr. Is this possible with typer? If yes, how?
Thanks for the effort you've put into this, i appreciate the quality of the code, i've been trying to understand what is going on, and i'm making progress, but i realize it will take too long for me to figure this out on my own, so i figured i would just ask you instead :)