-
Hi, i see cool open-source project for content editor (post, comments, nevermind)
Is https://editorjs.io/
Maybe you would consider integrating it into your project?
The current editor has some us…
-
Add Editor.js (https://github.com/editor-js/editorjs-php) visual article editor to your blog 🙌
-
Add editorjs or dante3 instead of trix visual editor
-
### Describe a bug.
```js
const editor = new EditorJS({
holder: 'editor',
tools: {
paragraph: {
// built-in inline tools: link, bold, italic
// disable inline tools: false…
-
Error: Component auth has not been registered yet when building in production mode
### Version info
Here is my packages.json
```json
{
"name": "akademy",
"version": "0.0.0",
…
-
Hi,
I'm following the tutorial from the docs to create a [marker inline tool](https://editorjs.io/inline-tool-user-interaction/). With the exact same code, when I click on the marker button, the co…
-
Setting the withHeadings config to true or false still brings withHeadings property to be false always
```
const editorjs = new EditorJS({
holder: 'editorjs',
tools: {
…
-
### Is your feature request related to a problem? Please describe.
Webiny is currently locked to EditorJS version 2.25.0. EditorJS has release an update with some QoL improvements that make using it …
-
the toolbar top position is incorrect and is outside the bounds of the editorjs component when hovering on the image block only, it works fine for other kinds of blocks.
-
I am using the latest version of EditorJS within a React application, and I have encountered an issue where the color palette does not open when I try to use the ColorPlugin. I have tested this issue …