Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Add support for uploading images in the body of the post #152

@alanqchen

Description

@alanqchen

Currently only uploading the feature image to the server is allowed. The only way to add an image is by using an URL. To change this, the following needs to be added:

  • Add backend API endpoint to delete an image given the image name in the request URL
  • Add parser in the frontend that goes compares the raw old vs new post value and determines which images it needs to delete. (Use regex if possible). All images will be in the standard markdown syntax, and the regex should also check if it contains the API URL.

Metadata

Metadata

Assignees

Labels

Medium PriorityThis is a general issuebackendIssues that require backend workenhancementNew feature or requestfrontendIssues that require frontend work

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions