Unable to insert image as Base64 URI
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 406
- Forks
- 131
- Avg merge
- 2h 32m
- Merged PRs (30d)
- 2
Description
This error occurred after I updated to the latest version of Jodit-React.
Here is the code I used to add an image as Base64 URI.
const config = {
uploader: {
"insertImageAsBase64URI": true
}
}
The above code was working perfectly fine on previous versions of jodit-react.
The problem now is that the editor still seems to be empty after uploading the image from the local system.
According to my findings, this problem still exists in the Jodit playground.
https://xdsoft.net/jodit/play.html?uploader%5BinsertImageAsBase64URI%5D=true
Did anyone fixed this issue ??
Please help!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the empty-editor behavior with the provided uploader configuration in the linked Jodit playground, then compare it with the previous jodit-react version. Trace the image-upload entry point used by the React wrapper; the issue is done when a locally selected image is inserted as a Base64 URI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100