feat: Add 'download image' button

feat: Enable Enter+Shift shortcut in blockquotes
fix: Improve behavior of caret around inline code marks
fix: Disallow pasting embeds in table cells
This commit is contained in:
Tom Moor
2021-05-22 17:17:46 -07:00
parent 505ed3403a
commit eaf2e50af8
3 changed files with 6 additions and 5 deletions

View File

@@ -127,6 +127,7 @@ function Editor(props: PropsWithRef) {
deleteRow: t("Delete row"),
deleteTable: t("Delete table"),
deleteImage: t("Delete image"),
downloadImage: t("Download image"),
alignImageLeft: t("Float left"),
alignImageRight: t("Float right"),
alignImageDefault: t("Center large"),