Best plugins
Plugins can represent any Blocks: Quotes, Galleries, Polls, Embeds, Tables โ anything you need. Also they can implement Inline Tools such as Marker, Term, Comments etc.
Your own plugin
Just implement render and save methods.
class MyTool {
render() {
return document.createElement(โtextareaโ);
}
save(textarea) {
return {
text: textarea.value
}
}
}
Thousands of people already write with us.
If you like Editor.js, support project improvements with a small donation. That's will help us to continue our work and increase speed of developing new features.
We will be really glad and inspired by every star of the project. It helps community to grow, build new cool plugins and core features.