jodit / jodit/jodit-angular

Customizing image that has been uploaded

Open
#28 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
48
Forks
35
PR merge metrics
No merged PRs in 30d

Description

Hey @xdan ,

I am trying to upload images to the editor. I set my config to include "uploader: { insertImageAsBase64URI: true}". This method allows me to upload a file, however it is in base64.

I would like to edit the image before it is added to the editor. Is there an event from which I can catch the image and modify it?

Thanks for the help.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names the uploader configuration and insertImageAsBase64URI option but no files, tests, or entry points. Start by tracing the Angular wrapper's uploader integration and determine whether an image-customization event is supported; done means the image can be modified before insertion, with the behavior verified by relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.