Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File upload as part of markdown body #22

Closed
maraf opened this issue Oct 25, 2021 · 0 comments
Closed

File upload as part of markdown body #22

maraf opened this issue Oct 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request markdown
Milestone

Comments

@maraf
Copy link
Member

maraf commented Oct 25, 2021

const easyMDE = new EasyMDE({
    element: document.getElementById('md-content'),
    autoDownloadFontAwesome: false,
    uploadImage:true,
    showIcons: ['upload-image'],
    imageUploadFunction: (file, onSuccess, onError) => {
        console.log(file);
    }
});
  • Upload files to folders per page
  • Add page showing page's files
  • Add existing file picker
@maraf maraf added the enhancement New feature or request label Oct 25, 2021
@maraf maraf added this to the v2.0 milestone Jul 16, 2022
@maraf maraf added the markdown label Jul 18, 2022
@maraf maraf self-assigned this Dec 5, 2022
maraf added a commit that referenced this issue Dec 5, 2022
maraf added a commit that referenced this issue Dec 5, 2022
maraf added a commit that referenced this issue Jul 8, 2023
maraf added a commit that referenced this issue Jul 17, 2023
maraf added a commit that referenced this issue Jul 17, 2023
maraf added a commit that referenced this issue Jul 17, 2023
maraf added a commit that referenced this issue Jul 20, 2023
@maraf maraf closed this as completed Aug 12, 2023
maraf added a commit that referenced this issue Aug 28, 2023
maraf added a commit that referenced this issue Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request markdown
Projects
None yet
Development

No branches or pull requests

1 participant