JideGuru / JideGuru/rich_editor
how to get json response from editor
Open
- Dominant language
- Dart
- Stars
- 124
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
after entering the data it return the html response as
```
String? html = await keyEditor.currentState?.getHtml();
print(html);
```
but instead of this i want the json response like in flutter_quill
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.