editor-js / editor-js/list-legacy

Bold and Italic format within list cant be retrivied on save()

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
58
Forks
68
PR merge metrics
No merged PRs in 30d

Description

```
editor = new EditorJS({
holder: id,
onChange: async () => {
if (editor) {
const outputData = await editor.save()
value.value = outputData.blocks
}
},
```

![image](https://github.com/editor-js/list/assets/10080622/a97dd6ab-c7fd-4abd-b16a-d03d43da9b4c)

Dependencies:

"@editorjs/list": "^1.8.0",
"@editorjs/editorjs": "^2.26.4",
Google Chrome 113

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the issue with @editorjs/list 1.8.0 and @editorjs/editorjs 2.26.4 in Google Chrome using the EditorJS onChange and save() example. Inspect the saved output for a list item containing bold and italic text. Done means those formatting marks remain retrievable after save().

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.