We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcuts convert a block to another type instead of creating a new block. Editor js config:
const editorConfig = { holder: 'editorjs', data: data, tools: { header: { class: Header, config: { placeholder: 'Введите заголовок', }, shortcut: 'CMD+SHIFT+H' }, paragraph: { class: Paragraph, config: { placeholder: 'Введите текст...', }, shortcut: 'CMD+SHIFT+P' }, image: { class: ImageTool, config: { endpoints: { byFile: imageUploadUrl || "", } }, shortcut: 'CMD+SHIFT+I' }, list: { class: List, shortcut: 'CMD+SHIFT+L' }, table: { class: Table, shortcut: 'CMD+SHIFT+T' }, } }
Steps to reproduce: It works in demo
Expected behavior: creating a new block as in the demo
Screenshots:
Device, Browser, OS: MacOS, Chrome
Editor.js version: 2.30.4
Plugins you use with their versions: "https://cdn.jsdelivr.net/npm/@editorjs/[email protected]", "https://cdn.jsdelivr.net/npm/@editorjs/[email protected]", "https://cdn.jsdelivr.net/npm/@editorjs/[email protected]", "https://cdn.jsdelivr.net/npm/@editorjs/[email protected]", "https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Shortcuts convert a block to another type instead of creating a new block.
Editor js config:
Steps to reproduce:
It works in demo
Expected behavior:
creating a new block as in the demo
Screenshots:
2024-09-26.14.54.37.mov
Device, Browser, OS: MacOS, Chrome
Editor.js version: 2.30.4
Plugins you use with their versions:
"https://cdn.jsdelivr.net/npm/@editorjs/[email protected]",
"https://cdn.jsdelivr.net/npm/@editorjs/[email protected]",
"https://cdn.jsdelivr.net/npm/@editorjs/[email protected]",
"https://cdn.jsdelivr.net/npm/@editorjs/[email protected]",
"https://cdn.jsdelivr.net/npm/@editorjs/[email protected]"
The text was updated successfully, but these errors were encountered: