Open raimohanska opened 9 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.
Added in https://github.com/raimohanska/ourboard/commit/d4f7cf5b655153d23757c8d6b0264e47d2cd29ba - only for the collaborative Quill editor though.
Now with the Quill editor in place it is easy to add new toolbar buttons in the context menu for common formatting.