Basic configuration
To achieve the basic functionality you just need to:
Adding tools (plugins)
You can provide additional functionality by importing tools. You can find awesome plugins here.
Tips:
Create a block that wraps the `Editor_JS` block and requires all the scripts for the tools that you will need. This way you ensure everything is loaded on time and that you can reuse your config easily. See the code for an example.
Adding tools
You can provide additional functionality by importing tools (plugins). You can find awesome plugins here.
Create a block that wraps the `Editor_JS` block and requires all the scripts (editorjs + tools) that you will need. This way you ensure everything is loaded on time and that you can reuse your config easily. See the demo for an example.
Adding tools: