-
Notifications
You must be signed in to change notification settings - Fork 58
feat: implement Milkdown plaintext editor to be used in chat input #4119
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
feat: implement Milkdown plaintext editor to be used in chat input #4119
Conversation
… keymap, and plugins
> | ||
<!-- <div class="max-h-full min-h-full w-full flex-1 overflow-y-auto"></div> --> | ||
|
||
<div class="flex min-h-full w-full flex-col" {id}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, I did not know this feature existed. Going to fix any issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.loom.com/share/3ccc536345154077b43e0293f892675f
I see prompts popping up! But it doesn't look to supply the filled out prompt after filling out the information? Switched to main to give an example in the Loom if it helps!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the loom; I will address that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addresses #4084