raimohanska / ourboard

An online whiteboard
Other
763 stars 58 forks source link

Formatting toolbar buttons for the Collaborative Editor #245

Open raimohanska opened 9 months ago

raimohanska commented 9 months ago

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

raimohanska commented 8 months ago

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 commented 8 months ago

Added in https://github.com/raimohanska/ourboard/commit/d4f7cf5b655153d23757c8d6b0264e47d2cd29ba - only for the collaborative Quill editor though.