Skip to content
#

codimd

Here are 24 public repositories matching this topic...

davidmehren
davidmehren commented Aug 29, 2021

Which part of the project should be enhanced?
The MediaController in both the public and private APIs

Describe the solution you'd like
When uploading media, the ID of the note the upload belongs to is transferred in a header.
Currently, the business logic uses await this.noteService.getNoteByIdOrAlias(noteId); to create a Note instance from that. We should implement a custom para

type: enhancement good first issue

Improve this page

Add a description, image, and links to the codimd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codimd topic, visit your repo's landing page and select "manage topics."

Learn more