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
It would be useful to the community to have a new package that converts html to rich-text similar to the rich-text-from-markdown. If not, maybe provide some pointers on how anyone can implement this. Thank you very much.
The text was updated successfully, but these errors were encountered:
Came across a need for this recently. Use case is for transferring/importing HTML formatted text into Contentful RT field. Not exactly ideal, but this could probably be accomplished in two steps using something like Turndown and @contentful/rich-text-from-markdown.
Great work on this one.
Proposal
rich-text-from-html
: Convert html to rich-text.It would be useful to the community to have a new package that converts html to rich-text similar to the
rich-text-from-markdown
. If not, maybe provide some pointers on how anyone can implement this. Thank you very much.The text was updated successfully, but these errors were encountered: