backdrop-contrib / bueditor

A plain textarea editor aiming to facilitate code and regular writing.
GNU General Public License v2.0
3 stars 2 forks source link

Allow bueditor to be an "editor" in Backdrop, so that it can be attached to individual text formats #21

Open jenlampton opened 7 months ago

jenlampton commented 7 months ago

Every backdrop text format can have a specific editor assigned -- but BUeditor does not seem to be available after enabling the module. Instead, it appears that BUeditor is being attached to every text area, regardless of text format, or any other editors that are already on that format.

BUeditor does not seem to work at all when it's on a format that also has ckeditor on it. If it were available as an "editor" then only one editor would be allowed on the format, preventing this broken state.

alanmels commented 7 months ago

I thought this was fixed in https://github.com/backdrop-contrib/bueditor/issues/14 Have you tried the dev version?