- Notifications
You must be signed in to change notification settings - Fork2
Plugin to use header with alignment for editorjs +700 weekly download on npm
License
NotificationsYou must be signed in to change notification settings
wandersonsousa/header-with-alignment
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Provides Headings Blocks for theEditor.js.
Get the package
npm i --save editorjs-header-with-alignment
Include module at your application
constHeader=require("editorjs-header-with-alignment");
- Upload folder
distfrom repository - Add
dist/bundle.jsfile to your page.
Add a new Tool to thetools property of the Editor.js initial config.
vareditor=EditorJS({ ...tools:{ ...header:Header,}, ...});
All properties are optional.
| Field | Type | Description |
|---|---|---|
| placeholder | string | header's placeholder string |
| levels | number[] | enabled heading levels |
| defaultLevel | number | default heading level |
| defaultAlignment | string | default alignment level |
vareditor=EditorJS({ ...tools:{ ...header:{class:Header,config:{placeholder:'Enter a header',levels:[2,3,4],defaultLevel:3,defaultAlignment:'left'}}} ...});
| Field | Type | Description |
|---|---|---|
| text | string | header's text |
| level | number | level of header: 1 for H1, 2 for H2 ... 6 for H6 |
| align | string | heder alignment: 'left', 'center', 'justify', 'right |
{"type":"header","data": {"text":"Why Telegram is the best messenger","level":2,"align":"left" }}About
Plugin to use header with alignment for editorjs +700 weekly download on npm
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.