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
Now with the Quill editor in place it is easy to add new toolbar buttons in the context menu for common formatting.
The text was updated successfully, but these errors were encountered:
One just needs to figure out the communication channel between the context menu and Quill.
Optimally the buttons would react to the editor as well - for instance, Bold would be active when the selected text is bold.
Minimally, the toolbar buttons need to be shown when a crdt text item is selected and the button commands relayed to Quill.
Sorry, something went wrong.
Added in d4f7cf5 - only for the collaborative Quill editor though.
No branches or pull requests
Now with the Quill editor in place it is easy to add new toolbar buttons in the context menu for common formatting.
The text was updated successfully, but these errors were encountered: