1.0.3 • Published 4 years ago

@budgetthuis/ckeditor5-button-element-plugin v1.0.3

Weekly downloads
1
License
GPL-2.0-or-later
Repository
github
Last release
4 years ago

ckeditor5-button-element-plugin

Plugin for ckeditor5 to insert a custom tag -button- into the editor (MVP)

Install

NPM Install:

  • npm install @budgetthuis/ckeditor5-button-element-plugin

Or add to application dependencies:

  • "@budgetthuis/ckeditor5-button-element-plugin": "^1.0.1"

Show Add button tag in editor

how to add

add to your editor js: plugins: BudgetButton (eg. plugins: Essentials, Paragraph, Bold, Italic, BudgetButton ) toolbar: 'button' (eg. toolbar: 'bold', 'italic', 'button' )

how does it work

Then you will see an icon with a hand. Click on it and you will see 2 popups:

  • url for the button
  • width (in percentage of the editor width)
  • once the button is in the editor visible you can add a custom text to the button

styling the button in editor

In your editor styling you can add styling for ck-content button to style the button according to your own styles.

Note

Version 1.x.x is the first version of this button-element. It's an MVP.