I wonder that editorjs has feature that wraps link with anchor? I think this is important for writers etc. Are there any workaround solution for that?
You can add "inlineToolbar" in EditorjsTools.js file. Ex.
const Editor_js_tools = { paragraph : { class : Paragraph, inlineToolbar : true } }