Implement rich text editor support for dioxus-ui.
Original request: #43
Living feature plan:
https://github.com/rust-ui/ui/blob/main/plans/PLAN_MINIMAL_EDITOR_FEATURES.md
Plan priorities may evolve during implementation. Contributors should follow the current plan rather than treating the feature table as fixed scope.
Current direction:
- native
contenteditable
- Rust/WASM DOM bridge
- no Tiptap/ProseMirror dependency
- demo-first validation on
/test-page
Refs #43
Implement rich text editor support for dioxus-ui.
Original request: #43
Living feature plan:
https://github.com/rust-ui/ui/blob/main/plans/PLAN_MINIMAL_EDITOR_FEATURES.md
Plan priorities may evolve during implementation. Contributors should follow the current plan rather than treating the feature table as fixed scope.
Current direction:
contenteditable/test-pageRefs #43