dimitrov-adrian / directus-extension-editorjs-interface

Block editor (Editor.js) interface for Directus 9
https://www.npmjs.com/package/directus-extension-editorjs
GNU General Public License v3.0
180 stars 42 forks source link

Bold text is not emitted #39

Open reiv opened 1 year ago

reiv commented 1 year ago

Text blocks start out as bold activated on the toolbar.

image

Toggling bold makes the text slightly thinner in the preview but you barely see the difference.

Either way, the expected <b> tags around the bolded text are missing in the output.

{"time":1659017175051,"blocks":[{"id":"uOLsnA7N8G","type":"paragraph","data":{"text":"Bold text<br>"}}],"version":"2.25.0"}

directus@9.14.3 directus-extension-editorjs@1.5.0

madc commented 1 year ago

We have a similar issue, the bold style also seems to be selected by default. Tested with: directus@9.15.1 directus-extension-editorjs@1.5.0

apsonandtesla commented 1 year ago

We have the same issue here. Does anyone know if this is being fixed?

madc commented 1 year ago

It seams, issue #6 resurfaced. See https://github.com/dimitrov-adrian/directus-extension-editorjs-interface/issues/6#issuecomment-797565652 for a temporary fix.

apsonandtesla commented 1 year ago

It seams, issue #6 resurfaced. See https://github.com/dimitrov-adrian/directus-extension-editorjs-interface/issues/6#issuecomment-797565652 for a temporary fix.

So it could be a bug from editorjs?

madc commented 1 year ago

Pretty sure it is related to this extension.