editor-js / editor-js/list-legacy
Bold and Italic format within list cant be retrivied on save()
- 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
}
},
```

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