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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user