-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: copy-as-rtf, copy-selection-as-rtf #445
Comments
great idea! i don't know how easy or hard this is to do, or if codemirror already supports this. |
I wanted to second this request (even though it was mine to begin with)... ;) this is absolutely crucial for those of us making presentation slides (keynote, powerpoint, etc) from sketches... https://discuss.codemirror.net/t/include-textmarkers-in-copy-paste-operation/1054 |
i hear that! a workaround for now could be taking a screenshot of the code in a code editor, and then adding alt text to the image that is the code. |
any movement on this? really important for teaching |
There's hasn't been any movement on this and and I hear that it's important to you. I just added the help wanted label so that someone else might pick it up! Someone was able to get RTF copy in CodeMirror working, see https://discuss.codemirror.net/t/rich-text-copy/695/4 Also, it's not ideal, but one workaround would be to download your sketch and then open it in a different text editor. I just tried this with VSCode and then copying the code to Keynote and it kept the formatting. |
I understood the issue, as I am new in open source contribution I would like to take this issue. Can it be assigned to me? |
@ash97531 feel free to work on this issue! |
where can I ask doubts regarding codebase or if I stuck somewhere? It will be helpful for me to work on this feature. |
@catarak Can you please verify |
@catarak Can i work on this issue? |
Hi @Indhiraraj, I am not a mentor but I believe you can start working on the issue and submit the PR when completed. If you’d like to check it out, I have already fixed the issue in this PR: #2962. However, it couldn’t be merged, possibly due to some version issues on their end. Best of luck! |
I was viewing the changes made in PR 2962 and it looks like the rtf copy method there would work only with Ctrl+C, and not with selecting copy in right-click's context menu. @catarak , please assign the issue to me. I would like to work on this. |
Support copy sketch (or selection) to allow pasting into other documents with syntax highlighting, etc.
This is a really common task for teachers: code an example, paste it into a powerpoint or keynote doc...
The text was updated successfully, but these errors were encountered: