ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.47k forks source link

BBCode when set headings lost other tags #4450

Open kemalatila opened 3 years ago

kemalatila commented 3 years ago

Type of report

Bug

ckeditor-bbcode-heading-bug

BBCode plugin problem when set headings lost other tags.

f1ames commented 3 years ago

Hello @kemalatila, at the moment bbcode plugin does not support headers, you may see all mappings (so all supported elements) directly in plugin code:

https://github.com/ckeditor/ckeditor4/blob/5380706bb4ceb6092dadb2b7067d6c14efec6b26/plugins/bbcode/plugin.js#L29

I'm changing this issue type to Feature Request since it's about adding support for new elements. Keep in mind that we don't have any ETA for this due to other priorities. Also feel free to propose a PR.