-
Notifications
You must be signed in to change notification settings - Fork 236
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
Copy Text With Style. #17
Comments
I added methods to query and insert rich-text. For example area2.append(area1.getDocument()); appends the content of See also other methods returning or taking Note, however, that copy ( |
Thanks will give it a go!
|
Hi Tomas, Just wanted to report the getDocument and append methods work here! thanks :) |
Good to hear that! |
It will be in the next release. You can give it a try if you build from source:
|
Request: Ability to copy a text range with its style.
The text was updated successfully, but these errors were encountered: