Feature: Paste images directly into the task description editor
Description:
Currently, adding images to a task description requires users to attach them separately. To improve the user experience and make the task description more informative, this feature will allow users to paste images directly into the task description editor from their clipboard (e.g., using Ctrl+V).
The pasted images should be uploaded to a storage service (e.g., S3) and then displayed inline within the task description, similar to the functionality in Teamwork.com.
User Story: As a user, I want to be able to paste images directly into the task description editor so that I can quickly and easily add visual context to my tasks.
Acceptance Criteria:
- Users can paste images from their clipboard into the task description editor.
- Pasted images are uploaded to an S3 bucket.
- While editing, the image is displayed as a hyperlink to the uploaded image.
- After saving, the image is rendered inline within the task description.
- The editor should still support basic HTML formatting.
Acceptance Criteria:
- Users can paste images from their clipboard into the task description editor.
- Pasted images are uploaded to an S3 bucket.
- While editing, the image is displayed as a hyperlink to the uploaded image.
- After saving, the image is rendered inline within the task description.
- The editor should still support basic HTML formatting.
hey @chamikaJ I want to work on this issue. Assign it to me?