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
1 - Create the code to hide the captions div: .cdx-simple-image__caption:has(.hidden) { display: none; }
.cdx-simple-image__caption:has(.hidden) { display: none; }
2 - Set inlineToolbar to true in the SimpleImage tool: image: { class: SimpleImage, inlineToolbar: true, },
image: { class: SimpleImage, inlineToolbar: true, },
3 - Just use the editorjs-style.js tool to apply the 'hidden' class when clicking on the caption. https://github.com/hata6502/editorjs-style
4 - See it in action:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1 - Create the code to hide the captions div:
.cdx-simple-image__caption:has(.hidden) { display: none; }
2 - Set inlineToolbar to true in the SimpleImage tool:
image: { class: SimpleImage, inlineToolbar: true, },
3 - Just use the editorjs-style.js tool to apply the 'hidden' class when clicking on the caption.
https://github.com/hata6502/editorjs-style
4 - See it in action:
a-quick-way-to-hide-captions.mp4
The text was updated successfully, but these errors were encountered: