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
edit-text is designed to target a central server but all client side editing functions work without a server connection. Having a rich text editor component that could be pulled into any React app would:
Enforce better encapsulation of the editor code
Give an option for drop-in WYSIWYG markdown editing in React code, with strong guarantees of your document being well-formed
Improve independently testing the editor
This might use wasm-pack or might be able to just be generated from the edit-frontend module directly.
The text was updated successfully, but these errors were encountered:
edit-text is designed to target a central server but all client side editing functions work without a server connection. Having a rich text editor component that could be pulled into any React app would:
This might use wasm-pack or might be able to just be generated from the edit-frontend module directly.
The text was updated successfully, but these errors were encountered: