We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow Editor.paste support calling directly through API to paste a string content, e.g.
mdEditor.paste("uploading image ...");
Note the current implementation of Editor.prototype.paste doesn't work because it only paste from clipboard.
Editor.prototype.paste
The text was updated successfully, but these errors were encountered:
fix jbt#28: allow paste a string directly through API call
1c781ba
No branches or pull requests
Allow Editor.paste support calling directly through API to paste a string content, e.g.
Note the current implementation of
Editor.prototype.paste
doesn't work because it only paste from clipboard.The text was updated successfully, but these errors were encountered: