-
Notifications
You must be signed in to change notification settings - Fork 155
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
Toast editor #10390
Toast editor #10390
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
The |
69d0439
to
3f6dc22
Compare
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.
great, just two minor nitpicks
We have a lot of acceptance tests, ihmo that's fine |
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.
Awesome stuff! 🚀 Only one small remark from my side.
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.
Having some serious text editing issues:
- blanks in .txt files are not accepted anymore (or at least not rendered within the editor)
- moving the cursor to whatever location which is not the end of the document and then typing 1 character moves the cursor back to the end of the document. Which makes editing existing content impossible.
- within a .md file, using
cmd+s
(on a mac, obviously) adds 4 tilde chars to the current cursor position (~~~~
). Happens right before the actual document save, so probably a keyboard shortcut from the editor which needs to be disabled?
All of this happened in Chrome, hope I'm just too stupid 😅 Could you check please?
changelog/unreleased/enhancement-text-editor-intergrate-toast-ui-editor
Outdated
Show resolved
Hide resolved
changelog/unreleased/enhancement-text-editor-intergrate-toast-ui-editor
Outdated
Show resolved
Hide resolved
changelog/unreleased/enhancement-text-editor-intergrate-toast-ui-editor
Outdated
Show resolved
Hide resolved
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.
Super awesome integration, love it! 🤩
Can you check the editor behaves if you switch from one file to another via search? (i.e. direct navigation from one file to another without leaving the editor) I haven't tried it myself, just know that it can be tricky to setup the currentContent reactivity correctly when not using a native vue library |
This is broken and cumbersome to fix, I would prefer a generic solution |
3336e1d
to
aea9cb0
Compare
aea9cb0
to
129cb55
Compare
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 4 New issues |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Open tasks: