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
A clear and concise description of what the feature is
This feature adds a method to Strapi's rich-text rendering system, enabling the extraction of plain text from rich-text content.
Why should this feature be included?
This feature is useful in various content markup scenarios. For instance, in creating FAQ sections, it's crucial to have a method that efficiently strips formatting to present clear, concise text.
A clear and concise description of what the feature is
This feature adds a method to Strapi's rich-text rendering system, enabling the extraction of plain text from rich-text content.
Why should this feature be included?
This feature is useful in various content markup scenarios. For instance, in creating FAQ sections, it's crucial to have a method that efficiently strips formatting to present clear, concise text.
Please provide an example for how this would work
The feature would work similarly to PortableText's toPlainText.
https://github.com/portabletext/toolkit/blob/main/src/toPlainText.ts
The text was updated successfully, but these errors were encountered: