From f6eff090e75d5afcf234cc2242f1a04b8066f2a6 Mon Sep 17 00:00:00 2001 From: Carter Date: Sat, 18 Nov 2023 23:55:34 -0500 Subject: [PATCH] Accept image pasting functionality (#151) * Accept image pasting functionality * Bump to 0.7.1 * Default alt text should be like github * sync modelValue changes to codemirror state * Refactor image uploading in paste * Fix error handling in image upload --- lib/components/base/MarkdownEditor.vue | 86 +++++++++++++++++++++----- package.json | 2 +- 2 files changed, 71 insertions(+), 17 deletions(-) diff --git a/lib/components/base/MarkdownEditor.vue b/lib/components/base/MarkdownEditor.vue index 80cd100d4..d72c066b3 100644 --- a/lib/components/base/MarkdownEditor.vue +++ b/lib/components/base/MarkdownEditor.vue @@ -263,7 +263,7 @@