mavoweb / plugins

Teach Mavo new tricks!
https://plugins.mavo.io
8 stars 36 forks source link

[markdown] Some improvements #76

Closed DmitrySharabin closed 3 years ago

DmitrySharabin commented 3 years ago
  1. Move the upload affordance checking, so it lives in one place and not be repeated everywhere uploads via paste are allowed.

  2. Try to get the filename of the uploaded image from the clipboard.

  3. Disables the Save button until the upload finishes.

  4. Replace the selection with the code for the uploaded image and select the inserted code.

  5. Replace env.context with this.

  6. Remove extra spaces.

Thank you very much for your comments on PR #71: I could see it had much more issues than I thought. So I decided to close that PR improve the existing code, and, hopefully, make it better. I believe It hasn't got that PR's issues. 🤞🏻