-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
RFE: The rich text edit box on the use case description page supports direct pasting of pictures. #977
Comments
Agreed that this would be a beneficial function (as it was before the change from TinyMCE to markdown editor). |
SimpleMDE will need: OTOH this feature also needs a backend support. |
I was pointed to https://github.com/Ionaru/easy-markdown-editor which is an active fork of SimpleMDE which has the upload support out-of-the-box.
|
I have made some research on this issue and here are the facts:
^^^ 6) is more or less not solving the current problem so doesn't sound like a good idea anyway. |
NOTES: - before the document is saved these files are attached under the current user - Not able to configure keyboard shortcuts for the overriden button - Ctrl-Alt-I still binds to the old button handler - Code could possibly get confused in case of multiple editors on the same page but I think in such a case the entire concept of having a global variable to represent the editor will break!
For: - TestPlan, TestCase, Bug - send post_save after adding comments to bugs
For: - TestPlan, TestCase, Bug - send post_save after adding comments to bugs
NOTES: - before the document is saved these files are attached under the current user - Not able to configure keyboard shortcuts for the overriden button - Ctrl-Alt-I still binds to the old button handler - Code could possibly get confused in case of multiple editors on the same page but I think in such a case the entire concept of having a global variable to represent the editor will break!
Question:
The current use case description text editing box needs to upload the picture first and then insert the picture url, which is very inconvenient.
Requirements:
Replace it with another edit box, which supports direct mapping instead of uploading pictures first.
The text was updated successfully, but these errors were encountered: