Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title plugin #2003

Closed
mlewand opened this issue Aug 28, 2019 · 0 comments · Fixed by ckeditor/ckeditor5-heading#130
Closed

Title plugin #2003

mlewand opened this issue Aug 28, 2019 · 0 comments · Fixed by ckeditor/ckeditor5-heading#130
Assignees
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).

Comments

@mlewand
Copy link
Contributor

mlewand commented Aug 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants