Description
Is this a bug report or feature request?
🆕 Feature request
💻 Version of CKEditor
CKEditor v5 @ 12.4.0
📋 Steps to reproduce
Title plugin from Letters should be ported to a CKE5 plugin.
Title plugin splits the document into Title
and Body
sections and provides an API for setting and getting data from both sections separately.
Title
is the first block element in the document and it's always represented as a <title />
element in the model. Body
is the rest of the document and may contain any nodes.
<title>The document title</title>
<paragraph>The document body</paragraph>
<blockQuote><paragraph>The document body</paragraph></blockQuote>
<table><tr><td>The document body</td></tr></table>
When one of the section is empty then placeholder appears.
If you'd like to see this feature implemented, add 👍 to this post.