Is it possible to disable content editing (using jQuery)? I realise that one possibility is to change the contenteditable attribute, but the bubble still shows up when text is selected.
No, it's not possible but I have accepted this issue as an enhancement. It will take some time until I can take a look at this, so if anyone wants to try to implement this I'll happily accept the PR.
Is it possible to disable content editing (using jQuery)? I realise that one possibility is to change the
contenteditable
attribute, but the bubble still shows up when text is selected.