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

Formatting toolbar buttons for the Collaborative Editor #245

Open
raimohanska opened this issue Feb 26, 2024 · 2 comments
Open

Formatting toolbar buttons for the Collaborative Editor #245

raimohanska opened this issue Feb 26, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@raimohanska
Copy link
Owner

Now with the Quill editor in place it is easy to add new toolbar buttons in the context menu for common formatting.

@raimohanska raimohanska added the enhancement New feature or request label Feb 26, 2024
@raimohanska
Copy link
Owner Author

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.

@raimohanska
Copy link
Owner Author

Added in d4f7cf5 - only for the collaborative Quill editor though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant