-
Notifications
You must be signed in to change notification settings - Fork 59.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] 将输入框改造为contenteditable的 div,方便有格式化问题输入 #5443
Comments
Title: [Feature Request] Transform the input box into a contenteditable div to facilitate input with formatting issues 🥰 Feature DescriptionWhen users use NextChat, the format of the questions they input (such as mind maps, lists, etc.) is of great significance, but currently the system only supports plain text, resulting in the loss of formatting information and affecting the user experience and the accuracy of information transmission. 🧐 Proposed SolutionRefer to claude and chatgpt to transform the input box into a contenteditable div. 📝 Additional InformationYou can use this library |
@Dogtiti
|
@Dogtiti
|
前面的截图显示:claude应该使用了ProseMirror 而不是 |
The previous screenshot shows: claude should use ProseMirror instead of |
🥰 Feature Description
用户在使用 NextChat 时,输入的问题格式(如脑图、列表等)具有重要意义,但目前系统仅支持纯文本,导致排版信息丢失,影响用户体验和信息传达的准确性。
🧐 Proposed Solution
参考 claude 和 chatgpt, 将输入框改造成 contenteditable 的 div
📝 Additional Information
可以使用这个库
https://github.com/lovasoa/react-contenteditable
The text was updated successfully, but these errors were encountered: