Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Add rich text support to copy/paste. #13

Closed
mikelehen opened this issue Apr 16, 2013 · 4 comments
Closed

Add rich text support to copy/paste. #13

mikelehen opened this issue Apr 16, 2013 · 4 comments

Comments

@mikelehen
Copy link
Collaborator

No description provided.

@iclems
Copy link
Contributor

iclems commented Jun 28, 2013

We should as well trigger a "change:me" (like) to help modules built on top of Firepad know that the user (not another one) did something. It's easy to do it with onkeydown, slightly more tricky for copy paste?

@mikelehen
Copy link
Collaborator Author

I'm not 100% sure what you have in mind, but CodeMirror does set the change origin to "+input" for user edits and "paste" for pastes. That may help with your scenario?

@iclems
Copy link
Contributor

iclems commented Jul 1, 2013

Oops my mistake I'll Check what we're doing wrong then!

Clément

On 30 juin 2013, at 14:49, Michael Lehenbauer [email protected] wrote:

I'm not 100% sure what you have in mind, but CodeMirror does set the change origin to "+input" for user edits and "paste" for pastes. That may help with your scenariou?


Reply to this email directly or view it on GitHub.

@mikelehen
Copy link
Collaborator Author

Dupe of #35 which has more details...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants