Skip to content
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: access the quill editor to work with globally #46

Open
krtschmr opened this issue Sep 29, 2024 · 0 comments
Open

Feature: access the quill editor to work with globally #46

krtschmr opened this issue Sep 29, 2024 · 0 comments

Comments

@krtschmr
Copy link

Quill offers attributes, like clipboard for us to work with, for example:

quill.clipboard.dangerouslyPasteHTML(5, '&nbsp;<b>World</b>');

however, the way we instantiate quill leaves the scope closed and not global so (in theory) it's not accessible from the outside.

is there a way to actually access the quill object from the outside, so we can create a button "paste from HTML" or similar things, or has the ship sailed since we're not working on global scoped objects.

@krtschmr krtschmr changed the title Feature: access the quill editor to work with Feature: access the quill editor to work with globally Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant