Skip to content

Title plugin #2003

Closed
ckeditor/ckeditor5-heading
#130
@mlewand

Description

@mlewand

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.

Metadata

Metadata

Assignees

Labels

type:featureThis issue reports a feature request (an idea for a new functionality or a missing option).

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions