Skip to content

Cn prototype#1

Open
bachbui wants to merge 4 commits intomasterfrom
cn-prototype
Open

Cn prototype#1
bachbui wants to merge 4 commits intomasterfrom
cn-prototype

Conversation

@bachbui
Copy link
Owner

@bachbui bachbui commented Jun 18, 2019

This is a PR showing adding two custom plugins: a parabox container and a custom blockquote. The custom blockquote has the data model

<block-quote>
  <block-quote-body>...</block-quote-body>
  <block-quote-credit>...</block-quote-credit>
</block-quote>

and is rendered via custom HTML (ie a web component).
The plugin includes a button to insert a new blockquote and a floating toolbar to adjust its position as inset-left, full-width, or inset-right.

The custom parabox has the data model

<para-box>

and includes an insert button.

This PR also updates the sample text to include these new elements illustrate the upcast converters, and adds the developer tools to the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant