@ctzhian/tiptap 1.5.2 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Editor/demo.d.ts +4 -0
- package/dist/Editor/demo.js +153 -0
- package/dist/Editor/index.d.ts +4 -0
- package/dist/Editor/index.js +21 -0
- package/dist/EditorDiff/demo.d.ts +4 -0
- package/dist/EditorDiff/demo.js +12 -0
- package/dist/EditorDiff/index.d.ts +7 -0
- package/dist/EditorDiff/index.js +24 -0
- package/dist/EditorThemeProvider/index.d.ts +11 -0
- package/dist/EditorThemeProvider/index.js +90 -0
- package/dist/EditorToolbar/index.d.ts +9 -0
- package/dist/EditorToolbar/index.js +325 -0
- package/dist/asset/css/index.css +165 -0
- package/dist/asset/images/disk.png +0 -0
- package/dist/component/CustomBubbleMenu/SelectionText.d.ts +9 -0
- package/dist/component/CustomBubbleMenu/SelectionText.js +292 -0
- package/dist/component/CustomDragHandle/index.d.ts +9 -0
- package/dist/component/CustomDragHandle/index.js +1407 -0
- package/dist/component/CustomFloatingMenu/index.d.ts +0 -0
- package/dist/component/CustomFloatingMenu/index.js +85 -0
- package/dist/component/FloatingPopover/index.d.ts +15 -0
- package/dist/component/FloatingPopover/index.js +113 -0
- package/dist/component/Icons/add-line-icon.d.ts +6 -0
- package/dist/component/Icons/add-line-icon.js +13 -0
- package/dist/component/Icons/ai-generate-2-icon.d.ts +6 -0
- package/dist/component/Icons/ai-generate-2-icon.js +13 -0
- package/dist/component/Icons/ai-generate-text-icon.d.ts +6 -0
- package/dist/component/Icons/ai-generate-text-icon.js +13 -0
- package/dist/component/Icons/align-bottom-icon.d.ts +6 -0
- package/dist/component/Icons/align-bottom-icon.js +13 -0
- package/dist/component/Icons/align-center-icon.d.ts +6 -0
- package/dist/component/Icons/align-center-icon.js +13 -0
- package/dist/component/Icons/align-justify-icon.d.ts +6 -0
- package/dist/component/Icons/align-justify-icon.js +13 -0
- package/dist/component/Icons/align-left-icon.d.ts +6 -0
- package/dist/component/Icons/align-left-icon.js +13 -0
- package/dist/component/Icons/align-right-icon.d.ts +6 -0
- package/dist/component/Icons/align-right-icon.js +13 -0
- package/dist/component/Icons/align-top-icon.d.ts +6 -0
- package/dist/component/Icons/align-top-icon.js +13 -0
- package/dist/component/Icons/align-vertically-icon.d.ts +6 -0
- package/dist/component/Icons/align-vertically-icon.js +13 -0
- package/dist/component/Icons/anticlockwise-line-icon.d.ts +6 -0
- package/dist/component/Icons/anticlockwise-line-icon.js +13 -0
- package/dist/component/Icons/arrow-down-s-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-down-s-line-icon.js +13 -0
- package/dist/component/Icons/arrow-go-back-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-go-back-line-icon.js +13 -0
- package/dist/component/Icons/arrow-go-forward-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-go-forward-line-icon.js +13 -0
- package/dist/component/Icons/arrow-left-wide-line-icon.d.ts +6 -0
- package/dist/component/Icons/arrow-left-wide-line-icon.js +13 -0
- package/dist/component/Icons/at-line-icon.d.ts +6 -0
- package/dist/component/Icons/at-line-icon.js +13 -0
- package/dist/component/Icons/attachment-2-icon.d.ts +6 -0
- package/dist/component/Icons/attachment-2-icon.js +13 -0
- package/dist/component/Icons/attachment-line-icon.d.ts +6 -0
- package/dist/component/Icons/attachment-line-icon.js +13 -0
- package/dist/component/Icons/bold-icon.d.ts +6 -0
- package/dist/component/Icons/bold-icon.js +13 -0
- package/dist/component/Icons/brush-line-icon.d.ts +6 -0
- package/dist/component/Icons/brush-line-icon.js +13 -0
- package/dist/component/Icons/carousel-view-icon.d.ts +6 -0
- package/dist/component/Icons/carousel-view-icon.js +13 -0
- package/dist/component/Icons/checkbox-blank-circle-line-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-blank-circle-line-icon.js +13 -0
- package/dist/component/Icons/checkbox-circle-fill-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-circle-fill-icon.js +13 -0
- package/dist/component/Icons/checkbox-circle-line-icon.d.ts +6 -0
- package/dist/component/Icons/checkbox-circle-line-icon.js +13 -0
- package/dist/component/Icons/clockwise-line-icon.d.ts +6 -0
- package/dist/component/Icons/clockwise-line-icon.js +13 -0
- package/dist/component/Icons/close-circle-fill-icon.d.ts +6 -0
- package/dist/component/Icons/close-circle-fill-icon.js +13 -0
- package/dist/component/Icons/code-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-box-line-icon.js +13 -0
- package/dist/component/Icons/code-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-line-icon.js +13 -0
- package/dist/component/Icons/code-s-slash-line-icon.d.ts +6 -0
- package/dist/component/Icons/code-s-slash-line-icon.js +13 -0
- package/dist/component/Icons/copy-icon.d.ts +6 -0
- package/dist/component/Icons/copy-icon.js +13 -0
- package/dist/component/Icons/custom-size-icon.d.ts +6 -0
- package/dist/component/Icons/custom-size-icon.js +13 -0
- package/dist/component/Icons/delete-column-icon.d.ts +6 -0
- package/dist/component/Icons/delete-column-icon.js +13 -0
- package/dist/component/Icons/delete-line-icon.d.ts +6 -0
- package/dist/component/Icons/delete-line-icon.js +13 -0
- package/dist/component/Icons/delete-row-icon.d.ts +6 -0
- package/dist/component/Icons/delete-row-icon.js +13 -0
- package/dist/component/Icons/double-quotes-l-icon.d.ts +6 -0
- package/dist/component/Icons/double-quotes-l-icon.js +13 -0
- package/dist/component/Icons/download-line-icon.d.ts +6 -0
- package/dist/component/Icons/download-line-icon.js +13 -0
- package/dist/component/Icons/draggable-icon.d.ts +6 -0
- package/dist/component/Icons/draggable-icon.js +13 -0
- package/dist/component/Icons/edit-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/edit-box-line-icon.js +13 -0
- package/dist/component/Icons/error-warning-fill-icon.d.ts +6 -0
- package/dist/component/Icons/error-warning-fill-icon.js +13 -0
- package/dist/component/Icons/export-line-icon.d.ts +6 -0
- package/dist/component/Icons/export-line-icon.js +13 -0
- package/dist/component/Icons/file-copy-line-icon.d.ts +6 -0
- package/dist/component/Icons/file-copy-line-icon.js +13 -0
- package/dist/component/Icons/file-upload-line-icon.d.ts +6 -0
- package/dist/component/Icons/file-upload-line-icon.js +13 -0
- package/dist/component/Icons/flow-chart-icon.d.ts +6 -0
- package/dist/component/Icons/flow-chart-icon.js +13 -0
- package/dist/component/Icons/font-color-icon.d.ts +6 -0
- package/dist/component/Icons/font-color-icon.js +13 -0
- package/dist/component/Icons/font-family-icon.d.ts +6 -0
- package/dist/component/Icons/font-family-icon.js +13 -0
- package/dist/component/Icons/font-size-icon.d.ts +6 -0
- package/dist/component/Icons/font-size-icon.js +13 -0
- package/dist/component/Icons/format-clear-icon.d.ts +6 -0
- package/dist/component/Icons/format-clear-icon.js +13 -0
- package/dist/component/Icons/formula-icon.d.ts +6 -0
- package/dist/component/Icons/formula-icon.js +13 -0
- package/dist/component/Icons/fullscreen-exit-line-icon.d.ts +6 -0
- package/dist/component/Icons/fullscreen-exit-line-icon.js +13 -0
- package/dist/component/Icons/fullscreen-line-icon.d.ts +6 -0
- package/dist/component/Icons/fullscreen-line-icon.js +13 -0
- package/dist/component/Icons/functions-icon.d.ts +6 -0
- package/dist/component/Icons/functions-icon.js +13 -0
- package/dist/component/Icons/game-line-icon.d.ts +6 -0
- package/dist/component/Icons/game-line-icon.js +13 -0
- package/dist/component/Icons/h-1-icon.d.ts +6 -0
- package/dist/component/Icons/h-1-icon.js +13 -0
- package/dist/component/Icons/h-2-icon.d.ts +6 -0
- package/dist/component/Icons/h-2-icon.js +13 -0
- package/dist/component/Icons/h-3-icon.d.ts +6 -0
- package/dist/component/Icons/h-3-icon.js +13 -0
- package/dist/component/Icons/h-4-icon.d.ts +6 -0
- package/dist/component/Icons/h-4-icon.js +13 -0
- package/dist/component/Icons/h-5-icon.d.ts +6 -0
- package/dist/component/Icons/h-5-icon.js +13 -0
- package/dist/component/Icons/h-6-icon.d.ts +6 -0
- package/dist/component/Icons/h-6-icon.js +13 -0
- package/dist/component/Icons/heading-icon.d.ts +6 -0
- package/dist/component/Icons/heading-icon.js +13 -0
- package/dist/component/Icons/image-add-line-icon.d.ts +6 -0
- package/dist/component/Icons/image-add-line-icon.js +13 -0
- package/dist/component/Icons/image-line-icon.d.ts +6 -0
- package/dist/component/Icons/image-line-icon.js +13 -0
- package/dist/component/Icons/import-line-icon.d.ts +6 -0
- package/dist/component/Icons/import-line-icon.js +13 -0
- package/dist/component/Icons/indent-decrease-icon.d.ts +6 -0
- package/dist/component/Icons/indent-decrease-icon.js +13 -0
- package/dist/component/Icons/indent-increase-icon.d.ts +6 -0
- package/dist/component/Icons/indent-increase-icon.js +13 -0
- package/dist/component/Icons/index.d.ts +120 -0
- package/dist/component/Icons/index.js +123 -0
- package/dist/component/Icons/information-2-fill-icon.d.ts +6 -0
- package/dist/component/Icons/information-2-fill-icon.js +13 -0
- package/dist/component/Icons/information-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/information-2-line-icon.js +13 -0
- package/dist/component/Icons/insert-column-left-icon.d.ts +6 -0
- package/dist/component/Icons/insert-column-left-icon.js +13 -0
- package/dist/component/Icons/insert-column-right-icon.d.ts +6 -0
- package/dist/component/Icons/insert-column-right-icon.js +13 -0
- package/dist/component/Icons/insert-row-bottom-icon.d.ts +6 -0
- package/dist/component/Icons/insert-row-bottom-icon.js +13 -0
- package/dist/component/Icons/insert-row-top-icon.d.ts +6 -0
- package/dist/component/Icons/insert-row-top-icon.js +13 -0
- package/dist/component/Icons/italic-icon.d.ts +6 -0
- package/dist/component/Icons/italic-icon.js +13 -0
- package/dist/component/Icons/layout-left-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/layout-left-2-line-icon.js +13 -0
- package/dist/component/Icons/layout-top-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/layout-top-2-line-icon.js +13 -0
- package/dist/component/Icons/link-icon.d.ts +6 -0
- package/dist/component/Icons/link-icon.js +13 -0
- package/dist/component/Icons/link-unlink-icon.d.ts +6 -0
- package/dist/component/Icons/link-unlink-icon.js +13 -0
- package/dist/component/Icons/list-check-2-icon.d.ts +6 -0
- package/dist/component/Icons/list-check-2-icon.js +13 -0
- package/dist/component/Icons/list-check-3-icon.d.ts +6 -0
- package/dist/component/Icons/list-check-3-icon.js +13 -0
- package/dist/component/Icons/list-ordered-2-icon.d.ts +6 -0
- package/dist/component/Icons/list-ordered-2-icon.js +13 -0
- package/dist/component/Icons/list-unordered-icon.d.ts +6 -0
- package/dist/component/Icons/list-unordered-icon.js +13 -0
- package/dist/component/Icons/markdown-line-icon.d.ts +6 -0
- package/dist/component/Icons/markdown-line-icon.js +13 -0
- package/dist/component/Icons/markup-line-icon.d.ts +6 -0
- package/dist/component/Icons/markup-line-icon.js +13 -0
- package/dist/component/Icons/menu-fold-2-fill-icon.d.ts +6 -0
- package/dist/component/Icons/menu-fold-2-fill-icon.js +13 -0
- package/dist/component/Icons/merge-cells-horizontal-icon.d.ts +6 -0
- package/dist/component/Icons/merge-cells-horizontal-icon.js +13 -0
- package/dist/component/Icons/merge-cells-vertical-icon.d.ts +6 -0
- package/dist/component/Icons/merge-cells-vertical-icon.js +13 -0
- package/dist/component/Icons/mind-map-icon.d.ts +6 -0
- package/dist/component/Icons/mind-map-icon.js +13 -0
- package/dist/component/Icons/more-line-icon.d.ts +6 -0
- package/dist/component/Icons/more-line-icon.js +13 -0
- package/dist/component/Icons/movie-line-icon.d.ts +6 -0
- package/dist/component/Icons/movie-line-icon.js +13 -0
- package/dist/component/Icons/music-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/music-2-line-icon.js +13 -0
- package/dist/component/Icons/node-tree-icon.d.ts +6 -0
- package/dist/component/Icons/node-tree-icon.js +13 -0
- package/dist/component/Icons/notification-3-line-icon.d.ts +6 -0
- package/dist/component/Icons/notification-3-line-icon.js +13 -0
- package/dist/component/Icons/organization-chart-icon.d.ts +6 -0
- package/dist/component/Icons/organization-chart-icon.js +13 -0
- package/dist/component/Icons/pause-line-icon.d.ts +6 -0
- package/dist/component/Icons/pause-line-icon.js +13 -0
- package/dist/component/Icons/play-line-icon.d.ts +6 -0
- package/dist/component/Icons/play-line-icon.js +13 -0
- package/dist/component/Icons/question-fill-icon.d.ts +6 -0
- package/dist/component/Icons/question-fill-icon.js +13 -0
- package/dist/component/Icons/quote-text-icon.d.ts +6 -0
- package/dist/component/Icons/quote-text-icon.js +13 -0
- package/dist/component/Icons/repeat-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/repeat-2-line-icon.js +13 -0
- package/dist/component/Icons/reset-left-fill-icon.d.ts +6 -0
- package/dist/component/Icons/reset-left-fill-icon.js +13 -0
- package/dist/component/Icons/scissors-cut-line-icon.d.ts +6 -0
- package/dist/component/Icons/scissors-cut-line-icon.js +13 -0
- package/dist/component/Icons/screenshot-line-icon.d.ts +6 -0
- package/dist/component/Icons/screenshot-line-icon.js +13 -0
- package/dist/component/Icons/scroll-to-bottom-line-icon.d.ts +6 -0
- package/dist/component/Icons/scroll-to-bottom-line-icon.js +13 -0
- package/dist/component/Icons/separator-icon.d.ts +6 -0
- package/dist/component/Icons/separator-icon.js +13 -0
- package/dist/component/Icons/share-box-line-icon.d.ts +6 -0
- package/dist/component/Icons/share-box-line-icon.js +13 -0
- package/dist/component/Icons/slash-commands-2-icon.d.ts +3 -0
- package/dist/component/Icons/slash-commands-2-icon.js +13 -0
- package/dist/component/Icons/speed-line-icon.d.ts +6 -0
- package/dist/component/Icons/speed-line-icon.js +13 -0
- package/dist/component/Icons/split-cells-horizontal-icon.d.ts +6 -0
- package/dist/component/Icons/split-cells-horizontal-icon.js +13 -0
- package/dist/component/Icons/split-cells-vertical-icon.d.ts +6 -0
- package/dist/component/Icons/split-cells-vertical-icon.js +13 -0
- package/dist/component/Icons/square-root-icon.d.ts +6 -0
- package/dist/component/Icons/square-root-icon.js +13 -0
- package/dist/component/Icons/strikethrough-icon.d.ts +6 -0
- package/dist/component/Icons/strikethrough-icon.js +13 -0
- package/dist/component/Icons/subscript-icon.d.ts +6 -0
- package/dist/component/Icons/subscript-icon.js +13 -0
- package/dist/component/Icons/superscript-icon.d.ts +6 -0
- package/dist/component/Icons/superscript-icon.js +13 -0
- package/dist/component/Icons/table-2-icon.d.ts +6 -0
- package/dist/component/Icons/table-2-icon.js +13 -0
- package/dist/component/Icons/text-icon.d.ts +6 -0
- package/dist/component/Icons/text-icon.js +13 -0
- package/dist/component/Icons/text-wrap-icon.d.ts +6 -0
- package/dist/component/Icons/text-wrap-icon.js +13 -0
- package/dist/component/Icons/title-icon.d.ts +6 -0
- package/dist/component/Icons/title-icon.js +13 -0
- package/dist/component/Icons/underline-icon.d.ts +6 -0
- package/dist/component/Icons/underline-icon.js +13 -0
- package/dist/component/Icons/upload-cloud-2-line-icon.d.ts +6 -0
- package/dist/component/Icons/upload-cloud-2-line-icon.js +13 -0
- package/dist/component/Icons/upload-icon.d.ts +6 -0
- package/dist/component/Icons/upload-icon.js +13 -0
- package/dist/component/Icons/volume-mute-line-icon.d.ts +6 -0
- package/dist/component/Icons/volume-mute-line-icon.js +13 -0
- package/dist/component/Icons/volume-up-line-icon.d.ts +6 -0
- package/dist/component/Icons/volume-up-line-icon.js +13 -0
- package/dist/component/Icons/window-fill-icon.d.ts +6 -0
- package/dist/component/Icons/window-fill-icon.js +13 -0
- package/dist/component/Menu/NestedList.d.ts +14 -0
- package/dist/component/Menu/NestedList.js +151 -0
- package/dist/component/Menu/index.d.ts +4 -0
- package/dist/component/Menu/index.js +84 -0
- package/dist/component/Toolbar/EditorAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorAlignSelect.js +187 -0
- package/dist/component/Toolbar/EditorCode.d.ts +7 -0
- package/dist/component/Toolbar/EditorCode.js +161 -0
- package/dist/component/Toolbar/EditorFontBgColor.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontBgColor.js +244 -0
- package/dist/component/Toolbar/EditorFontColor.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontColor.js +246 -0
- package/dist/component/Toolbar/EditorFontSize.d.ts +7 -0
- package/dist/component/Toolbar/EditorFontSize.js +149 -0
- package/dist/component/Toolbar/EditorHeading.d.ts +7 -0
- package/dist/component/Toolbar/EditorHeading.js +185 -0
- package/dist/component/Toolbar/EditorInsert/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorInsert/index.js +197 -0
- package/dist/component/Toolbar/EditorListSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorListSelect.js +174 -0
- package/dist/component/Toolbar/EditorMath.d.ts +7 -0
- package/dist/component/Toolbar/EditorMath.js +159 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.js +73 -0
- package/dist/component/Toolbar/EditorMore/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/index.js +112 -0
- package/dist/component/Toolbar/EditorScript.d.ts +7 -0
- package/dist/component/Toolbar/EditorScript.js +161 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.js +174 -0
- package/dist/component/Toolbar/Item.d.ts +16 -0
- package/dist/component/Toolbar/Item.js +74 -0
- package/dist/component/Toolbar/TableSizePicker.d.ts +5 -0
- package/dist/component/Toolbar/TableSizePicker.js +80 -0
- package/dist/component/Toolbar/index.d.ts +13 -0
- package/dist/component/Toolbar/index.js +13 -0
- package/dist/component/index.d.ts +3 -0
- package/dist/component/index.js +3 -0
- package/dist/contants/enums.d.ts +32 -0
- package/dist/contants/enums.js +108 -0
- package/dist/contants/highlight.d.ts +4 -0
- package/dist/contants/highlight.js +580 -0
- package/dist/contants/placeholder.d.ts +16 -0
- package/dist/contants/placeholder.js +16 -0
- package/dist/contants/shortcut-key.d.ts +48 -0
- package/dist/contants/shortcut-key.js +224 -0
- package/dist/contants/slash-commands.d.ts +14 -0
- package/dist/contants/slash-commands.js +370 -0
- package/dist/extension/component/Alert/index.d.ts +9 -0
- package/dist/extension/component/Alert/index.js +204 -0
- package/dist/extension/component/Attachment/Insert.d.ts +13 -0
- package/dist/extension/component/Attachment/Insert.js +222 -0
- package/dist/extension/component/Attachment/Readonly.d.ts +9 -0
- package/dist/extension/component/Attachment/Readonly.js +92 -0
- package/dist/extension/component/Attachment/index.d.ts +13 -0
- package/dist/extension/component/Attachment/index.js +317 -0
- package/dist/extension/component/Audio/Insert.d.ts +10 -0
- package/dist/extension/component/Audio/Insert.js +351 -0
- package/dist/extension/component/Audio/Readonly.d.ts +8 -0
- package/dist/extension/component/Audio/Readonly.js +428 -0
- package/dist/extension/component/Audio/index.d.ts +14 -0
- package/dist/extension/component/Audio/index.js +740 -0
- package/dist/extension/component/CodeBlock/Readonly.d.ts +4 -0
- package/dist/extension/component/CodeBlock/Readonly.js +133 -0
- package/dist/extension/component/CodeBlock/index.d.ts +4 -0
- package/dist/extension/component/CodeBlock/index.js +291 -0
- package/dist/extension/component/CustomLink/Insert.d.ts +0 -0
- package/dist/extension/component/CustomLink/Insert.js +176 -0
- package/dist/extension/component/CustomLink/Readonly.d.ts +0 -0
- package/dist/extension/component/CustomLink/Readonly.js +106 -0
- package/dist/extension/component/CustomLink/index.d.ts +0 -0
- package/dist/extension/component/CustomLink/index.js +440 -0
- package/dist/extension/component/EmojiList/index.d.ts +14 -0
- package/dist/extension/component/EmojiList/index.js +104 -0
- package/dist/extension/component/Iframe/Insert.d.ts +14 -0
- package/dist/extension/component/Iframe/Insert.js +112 -0
- package/dist/extension/component/Iframe/Readonly.d.ts +10 -0
- package/dist/extension/component/Iframe/Readonly.js +14 -0
- package/dist/extension/component/Iframe/index.d.ts +5 -0
- package/dist/extension/component/Iframe/index.js +290 -0
- package/dist/extension/component/Image/Crop.d.ts +12 -0
- package/dist/extension/component/Image/Crop.js +218 -0
- package/dist/extension/component/Image/Insert.d.ts +10 -0
- package/dist/extension/component/Image/Insert.js +309 -0
- package/dist/extension/component/Image/Readonly.d.ts +8 -0
- package/dist/extension/component/Image/Readonly.js +51 -0
- package/dist/extension/component/Image/index.d.ts +21 -0
- package/dist/extension/component/Image/index.js +372 -0
- package/dist/extension/component/Link/Insert.d.ts +10 -0
- package/dist/extension/component/Link/Insert.js +253 -0
- package/dist/extension/component/Link/Readonly.d.ts +8 -0
- package/dist/extension/component/Link/Readonly.js +111 -0
- package/dist/extension/component/Link/index.d.ts +12 -0
- package/dist/extension/component/Link/index.js +515 -0
- package/dist/extension/component/Mathematics/block/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/block/Readonly.js +35 -0
- package/dist/extension/component/Mathematics/block/index.d.ts +8 -0
- package/dist/extension/component/Mathematics/block/index.js +149 -0
- package/dist/extension/component/Mathematics/index.d.ts +3 -0
- package/dist/extension/component/Mathematics/index.js +3 -0
- package/dist/extension/component/Mathematics/inline/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/inline/Readonly.js +33 -0
- package/dist/extension/component/Mathematics/inline/index.d.ts +8 -0
- package/dist/extension/component/Mathematics/inline/index.js +148 -0
- package/dist/extension/component/MentionList/index.d.ts +13 -0
- package/dist/extension/component/MentionList/index.js +92 -0
- package/dist/extension/component/SlashCommandsList/Overlay.d.ts +10 -0
- package/dist/extension/component/SlashCommandsList/Overlay.js +26 -0
- package/dist/extension/component/SlashCommandsList/index.d.ts +4 -0
- package/dist/extension/component/SlashCommandsList/index.js +266 -0
- package/dist/extension/component/Table/ContextMenu.d.ts +10 -0
- package/dist/extension/component/Table/ContextMenu.js +228 -0
- package/dist/extension/component/Table/TableContextMenuPlugin.d.ts +9 -0
- package/dist/extension/component/Table/TableContextMenuPlugin.js +272 -0
- package/dist/extension/component/Table/index.d.ts +2 -0
- package/dist/extension/component/Table/index.js +2 -0
- package/dist/extension/component/UploadProgress/index.d.ts +10 -0
- package/dist/extension/component/UploadProgress/index.js +103 -0
- package/dist/extension/component/Video/Insert.d.ts +10 -0
- package/dist/extension/component/Video/Insert.js +257 -0
- package/dist/extension/component/Video/Readonly.d.ts +8 -0
- package/dist/extension/component/Video/Readonly.js +40 -0
- package/dist/extension/component/Video/index.d.ts +14 -0
- package/dist/extension/component/Video/index.js +166 -0
- package/dist/extension/extension/SlashCommands.d.ts +3 -0
- package/dist/extension/extension/SlashCommands.js +25 -0
- package/dist/extension/extension/StructuredDiff.d.ts +18 -0
- package/dist/extension/extension/StructuredDiff.js +131 -0
- package/dist/extension/extension/index.d.ts +2 -0
- package/dist/extension/extension/index.js +2 -0
- package/dist/extension/index.d.ts +2 -0
- package/dist/extension/index.js +146 -0
- package/dist/extension/mark/Code.d.ts +2 -0
- package/dist/extension/mark/Code.js +9 -0
- package/dist/extension/mark/Link.d.ts +0 -0
- package/dist/extension/mark/Link.js +58 -0
- package/dist/extension/mark/index.d.ts +0 -0
- package/dist/extension/mark/index.js +1 -0
- package/dist/extension/node/Alert.d.ts +33 -0
- package/dist/extension/node/Alert.js +116 -0
- package/dist/extension/node/Attachment.d.ts +28 -0
- package/dist/extension/node/Attachment.js +227 -0
- package/dist/extension/node/Audio.d.ts +23 -0
- package/dist/extension/node/Audio.js +194 -0
- package/dist/extension/node/CodeBlockLowlight.d.ts +1 -0
- package/dist/extension/node/CodeBlockLowlight.js +42 -0
- package/dist/extension/node/Details.d.ts +3 -0
- package/dist/extension/node/Details.js +39 -0
- package/dist/extension/node/Emoji.d.ts +1 -0
- package/dist/extension/node/Emoji.js +7 -0
- package/dist/extension/node/FileHandler.d.ts +4 -0
- package/dist/extension/node/FileHandler.js +294 -0
- package/dist/extension/node/Iframe.d.ts +16 -0
- package/dist/extension/node/Iframe.js +120 -0
- package/dist/extension/node/Image.d.ts +3 -0
- package/dist/extension/node/Image.js +38 -0
- package/dist/extension/node/Indent.d.ts +17 -0
- package/dist/extension/node/Indent.js +103 -0
- package/dist/extension/node/Link/helpers/autolink.d.ts +15 -0
- package/dist/extension/node/Link/helpers/autolink.js +162 -0
- package/dist/extension/node/Link/helpers/clickHandler.d.ts +10 -0
- package/dist/extension/node/Link/helpers/clickHandler.js +46 -0
- package/dist/extension/node/Link/helpers/pasteHandler.d.ts +10 -0
- package/dist/extension/node/Link/helpers/pasteHandler.js +32 -0
- package/dist/extension/node/Link/helpers/whitespace.d.ts +4 -0
- package/dist/extension/node/Link/helpers/whitespace.js +6 -0
- package/dist/extension/node/Link/index.d.ts +162 -0
- package/dist/extension/node/Link/index.js +462 -0
- package/dist/extension/node/ListKit.d.ts +2 -0
- package/dist/extension/node/ListKit.js +23 -0
- package/dist/extension/node/Mathematics.d.ts +27 -0
- package/dist/extension/node/Mathematics.js +97 -0
- package/dist/extension/node/Mention.d.ts +2 -0
- package/dist/extension/node/Mention.js +10 -0
- package/dist/extension/node/Table.d.ts +5 -0
- package/dist/extension/node/Table.js +283 -0
- package/dist/extension/node/TableOfContents/index.d.ts +9 -0
- package/dist/extension/node/TableOfContents/index.js +391 -0
- package/dist/extension/node/TableOfContents/plugin.d.ts +6 -0
- package/dist/extension/node/TableOfContents/plugin.js +58 -0
- package/dist/extension/node/TableOfContents/type.d.ts +45 -0
- package/dist/extension/node/TableOfContents/type.js +1 -0
- package/dist/extension/node/TableOfContents/utils.d.ts +6 -0
- package/dist/extension/node/TableOfContents/utils.js +70 -0
- package/dist/extension/node/UploadProgress.d.ts +21 -0
- package/dist/extension/node/UploadProgress.js +135 -0
- package/dist/extension/node/VerticalAlign.d.ts +49 -0
- package/dist/extension/node/VerticalAlign.js +88 -0
- package/dist/extension/node/Video.d.ts +23 -0
- package/dist/extension/node/Video.js +195 -0
- package/dist/extension/node/Youtube.d.ts +3 -0
- package/dist/extension/node/Youtube.js +14 -0
- package/dist/extension/node/index.d.ts +20 -0
- package/dist/extension/node/index.js +20 -0
- package/dist/extension/suggestion/emoji.d.ts +3 -0
- package/dist/extension/suggestion/emoji.js +57 -0
- package/dist/extension/suggestion/mention.d.ts +4 -0
- package/dist/extension/suggestion/mention.js +88 -0
- package/dist/extension/suggestion/slash.d.ts +39 -0
- package/dist/extension/suggestion/slash.js +94 -0
- package/dist/hook/fn.d.ts +13 -0
- package/dist/hook/fn.js +37 -0
- package/dist/hook/index.d.ts +4 -0
- package/dist/hook/index.js +110 -0
- package/dist/index.css +555 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/themes/color.d.ts +5 -0
- package/dist/themes/color.js +4 -0
- package/dist/themes/componentStyleOverrides.d.ts +365 -0
- package/dist/themes/componentStyleOverrides.js +392 -0
- package/dist/themes/custom.d.ts +5 -0
- package/dist/themes/custom.js +4 -0
- package/dist/themes/dark.d.ts +84 -0
- package/dist/themes/dark.js +84 -0
- package/dist/themes/index.d.ts +19 -0
- package/dist/themes/index.js +37 -0
- package/dist/themes/light.d.ts +84 -0
- package/dist/themes/light.js +84 -0
- package/dist/themes/palette.d.ts +92 -0
- package/dist/themes/palette.js +24 -0
- package/dist/themes/shadows.d.ts +2 -0
- package/dist/themes/shadows.js +3 -0
- package/dist/themes/themeContext.d.ts +8 -0
- package/dist/themes/themeContext.js +3 -0
- package/dist/themes/typography.d.ts +6 -0
- package/dist/themes/typography.js +8 -0
- package/dist/type/index.d.ts +121 -0
- package/dist/type/index.js +1 -0
- package/dist/types/images.d.ts +19 -0
- package/dist/util/decorations.d.ts +22 -0
- package/dist/util/decorations.js +302 -0
- package/dist/util/fileDownload.d.ts +16 -0
- package/dist/util/fileDownload.js +268 -0
- package/dist/util/fileHandler.d.ts +7 -0
- package/dist/util/fileHandler.js +79 -0
- package/dist/util/floating.d.ts +3 -0
- package/dist/util/floating.js +23 -0
- package/dist/util/index.d.ts +12 -0
- package/dist/util/index.js +40 -0
- package/dist/util/linewiseConvert.d.ts +40 -0
- package/dist/util/linewiseConvert.js +221 -0
- package/dist/util/migrateMathStrings.d.ts +73 -0
- package/dist/util/migrateMathStrings.js +192 -0
- package/dist/util/resourceExtractor.d.ts +15 -0
- package/dist/util/resourceExtractor.js +61 -0
- package/dist/util/shortcutKey.d.ts +2 -0
- package/dist/util/shortcutKey.js +9 -0
- package/dist/util/structuredDiff.d.ts +59 -0
- package/dist/util/structuredDiff.js +550 -0
- package/package.json +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { VideoAttributes } from ".";
|
|
3
|
+
interface ReadonlyVideoProps {
|
|
4
|
+
attrs: VideoAttributes;
|
|
5
|
+
onError?: (error: Error) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const ReadonlyVideo: ({ attrs, onError }: ReadonlyVideoProps) => React.JSX.Element;
|
|
8
|
+
export default ReadonlyVideo;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Box } from "@mui/material";
|
|
2
|
+
import { NodeViewWrapper } from "@tiptap/react";
|
|
3
|
+
import React from "react";
|
|
4
|
+
var ReadonlyVideo = function ReadonlyVideo(_ref) {
|
|
5
|
+
var attrs = _ref.attrs,
|
|
6
|
+
_onError = _ref.onError;
|
|
7
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
8
|
+
className: "video-wrapper",
|
|
9
|
+
"data-drag-handle": true
|
|
10
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
11
|
+
sx: {
|
|
12
|
+
position: 'relative',
|
|
13
|
+
display: 'inline-block',
|
|
14
|
+
border: '1px solid',
|
|
15
|
+
borderColor: 'divider',
|
|
16
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
17
|
+
p: '0.25rem',
|
|
18
|
+
'&:hover .video-controls': {
|
|
19
|
+
opacity: 1
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}, /*#__PURE__*/React.createElement("video", {
|
|
23
|
+
src: attrs.src,
|
|
24
|
+
poster: attrs.poster || undefined,
|
|
25
|
+
controls: attrs.controls,
|
|
26
|
+
autoPlay: attrs.autoplay,
|
|
27
|
+
loop: attrs.loop,
|
|
28
|
+
muted: attrs.muted,
|
|
29
|
+
width: attrs.width,
|
|
30
|
+
style: {
|
|
31
|
+
maxWidth: '100%',
|
|
32
|
+
height: 'auto',
|
|
33
|
+
display: 'block'
|
|
34
|
+
},
|
|
35
|
+
onError: function onError(e) {
|
|
36
|
+
_onError === null || _onError === void 0 || _onError(e);
|
|
37
|
+
}
|
|
38
|
+
})));
|
|
39
|
+
};
|
|
40
|
+
export default ReadonlyVideo;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EditorFnProps } from "../../../type";
|
|
2
|
+
import { NodeViewProps } from '@tiptap/react';
|
|
3
|
+
import React from "react";
|
|
4
|
+
export interface VideoAttributes {
|
|
5
|
+
src: string;
|
|
6
|
+
width: number;
|
|
7
|
+
controls: boolean;
|
|
8
|
+
autoplay: boolean;
|
|
9
|
+
loop: boolean;
|
|
10
|
+
muted: boolean;
|
|
11
|
+
poster: string | null;
|
|
12
|
+
}
|
|
13
|
+
declare const VideoViewWrapper: React.FC<NodeViewProps & EditorFnProps>;
|
|
14
|
+
export default VideoViewWrapper;
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
import { DeleteLineIcon } from "../../../component/Icons";
|
|
8
|
+
import { Box, IconButton, Tooltip } from "@mui/material";
|
|
9
|
+
import { NodeViewWrapper } from '@tiptap/react';
|
|
10
|
+
import React, { useEffect, useRef, useState } from "react";
|
|
11
|
+
import InsertVideo from "./Insert";
|
|
12
|
+
import ReadonlyVideo from "./Readonly";
|
|
13
|
+
var VideoViewWrapper = function VideoViewWrapper(_ref) {
|
|
14
|
+
var editor = _ref.editor,
|
|
15
|
+
node = _ref.node,
|
|
16
|
+
updateAttributes = _ref.updateAttributes,
|
|
17
|
+
deleteNode = _ref.deleteNode,
|
|
18
|
+
selected = _ref.selected,
|
|
19
|
+
onUpload = _ref.onUpload,
|
|
20
|
+
_onError = _ref.onError;
|
|
21
|
+
var attrs = node.attrs;
|
|
22
|
+
var videoRef = useRef(null);
|
|
23
|
+
var _useState = useState(false),
|
|
24
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
25
|
+
isDragging = _useState2[0],
|
|
26
|
+
setIsDragging = _useState2[1];
|
|
27
|
+
var _useState3 = useState(false),
|
|
28
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
29
|
+
isHovering = _useState4[0],
|
|
30
|
+
setIsHovering = _useState4[1];
|
|
31
|
+
var _useState5 = useState(0),
|
|
32
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
33
|
+
dragStartX = _useState6[0],
|
|
34
|
+
setDragStartX = _useState6[1];
|
|
35
|
+
var _useState7 = useState(0),
|
|
36
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
37
|
+
dragStartWidth = _useState8[0],
|
|
38
|
+
setDragStartWidth = _useState8[1];
|
|
39
|
+
var handleMouseDown = function handleMouseDown(e) {
|
|
40
|
+
e.preventDefault();
|
|
41
|
+
setIsDragging(true);
|
|
42
|
+
setDragStartX(e.clientX);
|
|
43
|
+
setDragStartWidth(attrs.width);
|
|
44
|
+
};
|
|
45
|
+
var handleMouseMove = function handleMouseMove(e) {
|
|
46
|
+
if (!isDragging) return;
|
|
47
|
+
var deltaX = e.clientX - dragStartX;
|
|
48
|
+
var newWidth = Math.max(200, Math.min(1920, dragStartWidth + deltaX));
|
|
49
|
+
updateAttributes({
|
|
50
|
+
width: newWidth
|
|
51
|
+
});
|
|
52
|
+
};
|
|
53
|
+
var handleMouseUp = function handleMouseUp() {
|
|
54
|
+
setIsDragging(false);
|
|
55
|
+
};
|
|
56
|
+
useEffect(function () {
|
|
57
|
+
if (isDragging) {
|
|
58
|
+
document.addEventListener('mousemove', handleMouseMove);
|
|
59
|
+
document.addEventListener('mouseup', handleMouseUp);
|
|
60
|
+
return function () {
|
|
61
|
+
document.removeEventListener('mousemove', handleMouseMove);
|
|
62
|
+
document.removeEventListener('mouseup', handleMouseUp);
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
}, [isDragging]);
|
|
66
|
+
if (!attrs.src && !editor.isEditable) {
|
|
67
|
+
return null;
|
|
68
|
+
}
|
|
69
|
+
if (!editor.isEditable) {
|
|
70
|
+
return /*#__PURE__*/React.createElement(ReadonlyVideo, {
|
|
71
|
+
attrs: attrs,
|
|
72
|
+
onError: _onError
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
if (!attrs.src) {
|
|
76
|
+
return /*#__PURE__*/React.createElement(InsertVideo, {
|
|
77
|
+
selected: selected,
|
|
78
|
+
attrs: attrs,
|
|
79
|
+
updateAttributes: updateAttributes,
|
|
80
|
+
onUpload: onUpload,
|
|
81
|
+
onError: _onError
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
return /*#__PURE__*/React.createElement(NodeViewWrapper, {
|
|
85
|
+
className: "video-wrapper ".concat(selected ? 'ProseMirror-selectednode' : ''),
|
|
86
|
+
"data-drag-handle": true
|
|
87
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
88
|
+
sx: {
|
|
89
|
+
position: 'relative',
|
|
90
|
+
display: 'inline-block',
|
|
91
|
+
border: '1px solid',
|
|
92
|
+
borderColor: 'divider',
|
|
93
|
+
borderRadius: 'var(--mui-shape-borderRadius)',
|
|
94
|
+
p: '0.25rem',
|
|
95
|
+
bgcolor: 'background.paper',
|
|
96
|
+
'&:hover .video-controls': {
|
|
97
|
+
opacity: 1
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
onMouseEnter: function onMouseEnter() {
|
|
101
|
+
return setIsHovering(true);
|
|
102
|
+
},
|
|
103
|
+
onMouseLeave: function onMouseLeave() {
|
|
104
|
+
return setIsHovering(false);
|
|
105
|
+
}
|
|
106
|
+
}, /*#__PURE__*/React.createElement("video", {
|
|
107
|
+
ref: videoRef,
|
|
108
|
+
src: attrs.src,
|
|
109
|
+
width: attrs.width,
|
|
110
|
+
poster: attrs.poster || undefined,
|
|
111
|
+
controls: attrs.controls,
|
|
112
|
+
autoPlay: attrs.autoplay,
|
|
113
|
+
loop: attrs.loop,
|
|
114
|
+
muted: attrs.muted,
|
|
115
|
+
style: {
|
|
116
|
+
maxWidth: '100%',
|
|
117
|
+
height: 'auto',
|
|
118
|
+
display: 'block'
|
|
119
|
+
},
|
|
120
|
+
onError: function onError(e) {
|
|
121
|
+
_onError === null || _onError === void 0 || _onError(e);
|
|
122
|
+
}
|
|
123
|
+
}), (isHovering || isDragging) && /*#__PURE__*/React.createElement(Box, {
|
|
124
|
+
onMouseDown: handleMouseDown,
|
|
125
|
+
sx: {
|
|
126
|
+
position: 'absolute',
|
|
127
|
+
right: -2,
|
|
128
|
+
top: '50%',
|
|
129
|
+
transform: 'translateY(-50%)',
|
|
130
|
+
width: 4,
|
|
131
|
+
height: 50,
|
|
132
|
+
bgcolor: isDragging ? 'primary.main' : 'text.primary',
|
|
133
|
+
cursor: 'ew-resize',
|
|
134
|
+
borderRadius: 2,
|
|
135
|
+
'&:hover': {
|
|
136
|
+
bgcolor: 'primary.main'
|
|
137
|
+
},
|
|
138
|
+
transition: 'background-color 0.2s ease',
|
|
139
|
+
zIndex: 10
|
|
140
|
+
}
|
|
141
|
+
}), isHovering && /*#__PURE__*/React.createElement(Box, {
|
|
142
|
+
className: "video-controls",
|
|
143
|
+
sx: {
|
|
144
|
+
position: 'absolute',
|
|
145
|
+
top: '0.5rem',
|
|
146
|
+
right: '0.5rem',
|
|
147
|
+
display: 'flex',
|
|
148
|
+
gap: '0.25rem'
|
|
149
|
+
}
|
|
150
|
+
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
151
|
+
arrow: true,
|
|
152
|
+
title: "\u5220\u9664\u89C6\u9891"
|
|
153
|
+
}, /*#__PURE__*/React.createElement(IconButton, {
|
|
154
|
+
size: "small",
|
|
155
|
+
onClick: deleteNode,
|
|
156
|
+
sx: {
|
|
157
|
+
color: 'text.primary',
|
|
158
|
+
bgcolor: 'background.paper'
|
|
159
|
+
}
|
|
160
|
+
}, /*#__PURE__*/React.createElement(DeleteLineIcon, {
|
|
161
|
+
sx: {
|
|
162
|
+
fontSize: 18
|
|
163
|
+
}
|
|
164
|
+
}))))));
|
|
165
|
+
};
|
|
166
|
+
export default VideoViewWrapper;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { Extension } from '@tiptap/core';
|
|
8
|
+
import Suggestion from '@tiptap/suggestion';
|
|
9
|
+
import { slashSuggestion } from "../suggestion/slash";
|
|
10
|
+
export var SlashCommands = Extension.create({
|
|
11
|
+
name: 'slashCommands',
|
|
12
|
+
addOptions: function addOptions() {
|
|
13
|
+
return {
|
|
14
|
+
suggestion: _objectSpread({
|
|
15
|
+
char: '/'
|
|
16
|
+
}, slashSuggestion())
|
|
17
|
+
};
|
|
18
|
+
},
|
|
19
|
+
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
20
|
+
return [Suggestion(_objectSpread({
|
|
21
|
+
editor: this.editor
|
|
22
|
+
}, this.options.suggestion))];
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
export default SlashCommands;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Editor, Extension } from '@tiptap/core';
|
|
2
|
+
import { PluginKey } from '@tiptap/pm/state';
|
|
3
|
+
declare const diffPluginKey: PluginKey<any>;
|
|
4
|
+
declare module '@tiptap/core' {
|
|
5
|
+
interface Commands<ReturnType> {
|
|
6
|
+
structuredDiff: {
|
|
7
|
+
showStructuredDiff: (oldHtml: string, newHtml: string) => ReturnType;
|
|
8
|
+
hideStructuredDiff: () => ReturnType;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
export declare const StructuredDiffExtension: Extension<any, any>;
|
|
13
|
+
export { diffPluginKey };
|
|
14
|
+
export declare function getDiffState(editor: Editor): {
|
|
15
|
+
isActive: any;
|
|
16
|
+
diffs: any;
|
|
17
|
+
diffCount: any;
|
|
18
|
+
} | null;
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
3
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
4
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
5
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { Extension } from '@tiptap/core';
|
|
9
|
+
import { Plugin, PluginKey } from '@tiptap/pm/state';
|
|
10
|
+
import { createDecorationsFromDiffs, createEmptyDecorationSet } from "../../util/decorations";
|
|
11
|
+
import { compareDocuments } from "../../util/structuredDiff";
|
|
12
|
+
var diffPluginKey = new PluginKey('structuredDiff');
|
|
13
|
+
var DiffPluginState = /*#__PURE__*/function () {
|
|
14
|
+
function DiffPluginState(decorations) {
|
|
15
|
+
var diffs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
16
|
+
var isActive = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
17
|
+
_classCallCheck(this, DiffPluginState);
|
|
18
|
+
_defineProperty(this, "decorations", void 0);
|
|
19
|
+
_defineProperty(this, "diffs", void 0);
|
|
20
|
+
_defineProperty(this, "isActive", void 0);
|
|
21
|
+
this.decorations = decorations;
|
|
22
|
+
this.diffs = diffs;
|
|
23
|
+
this.isActive = isActive;
|
|
24
|
+
}
|
|
25
|
+
_createClass(DiffPluginState, [{
|
|
26
|
+
key: "apply",
|
|
27
|
+
value: function apply(tr, value, oldState, newState) {
|
|
28
|
+
if (tr.docChanged && value.isActive) {
|
|
29
|
+
var mappedDecorations = value.decorations.map(tr.mapping, tr.doc);
|
|
30
|
+
return new DiffPluginState(mappedDecorations, value.diffs, value.isActive);
|
|
31
|
+
}
|
|
32
|
+
var diffMeta = tr.getMeta(diffPluginKey);
|
|
33
|
+
if (diffMeta) {
|
|
34
|
+
switch (diffMeta.type) {
|
|
35
|
+
case 'showDiff':
|
|
36
|
+
return new DiffPluginState(diffMeta.decorations, diffMeta.diffs, true);
|
|
37
|
+
case 'hideDiff':
|
|
38
|
+
return new DiffPluginState(createEmptyDecorationSet(newState.doc), [], false);
|
|
39
|
+
default:
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
}], [{
|
|
46
|
+
key: "init",
|
|
47
|
+
value: function init(config, state) {
|
|
48
|
+
return new DiffPluginState(createEmptyDecorationSet(state.doc), [], false);
|
|
49
|
+
}
|
|
50
|
+
}]);
|
|
51
|
+
return DiffPluginState;
|
|
52
|
+
}();
|
|
53
|
+
export var StructuredDiffExtension = Extension.create({
|
|
54
|
+
name: 'structuredDiff',
|
|
55
|
+
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
56
|
+
return [new Plugin({
|
|
57
|
+
key: diffPluginKey,
|
|
58
|
+
state: {
|
|
59
|
+
init: DiffPluginState.init,
|
|
60
|
+
apply: DiffPluginState.prototype.apply
|
|
61
|
+
},
|
|
62
|
+
props: {
|
|
63
|
+
decorations: function decorations(state) {
|
|
64
|
+
var pluginState = diffPluginKey.getState(state);
|
|
65
|
+
return pluginState ? pluginState.decorations : null;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
})];
|
|
69
|
+
},
|
|
70
|
+
addCommands: function addCommands() {
|
|
71
|
+
return {
|
|
72
|
+
showStructuredDiff: function showStructuredDiff(oldHtml, newHtml) {
|
|
73
|
+
return function (_ref) {
|
|
74
|
+
var tr = _ref.tr,
|
|
75
|
+
state = _ref.state,
|
|
76
|
+
dispatch = _ref.dispatch,
|
|
77
|
+
editor = _ref.editor;
|
|
78
|
+
try {
|
|
79
|
+
var extensions = editor.extensionManager.extensions;
|
|
80
|
+
var comparison = compareDocuments(oldHtml, newHtml, extensions);
|
|
81
|
+
if (!comparison.hasChanges) {
|
|
82
|
+
return false;
|
|
83
|
+
}
|
|
84
|
+
var decorations = createDecorationsFromDiffs(comparison.diffs, state.doc);
|
|
85
|
+
var newTr = tr.setMeta(diffPluginKey, {
|
|
86
|
+
type: 'showDiff',
|
|
87
|
+
decorations: decorations,
|
|
88
|
+
diffs: comparison.diffs
|
|
89
|
+
});
|
|
90
|
+
if (dispatch) {
|
|
91
|
+
dispatch(newTr);
|
|
92
|
+
}
|
|
93
|
+
return true;
|
|
94
|
+
} catch (error) {
|
|
95
|
+
console.error('显示结构化diff时出错:', error);
|
|
96
|
+
return false;
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
},
|
|
100
|
+
hideStructuredDiff: function hideStructuredDiff() {
|
|
101
|
+
return function (_ref2) {
|
|
102
|
+
var tr = _ref2.tr,
|
|
103
|
+
state = _ref2.state,
|
|
104
|
+
dispatch = _ref2.dispatch;
|
|
105
|
+
try {
|
|
106
|
+
var newTr = tr.setMeta(diffPluginKey, {
|
|
107
|
+
type: 'hideDiff'
|
|
108
|
+
});
|
|
109
|
+
if (dispatch) dispatch(newTr);
|
|
110
|
+
return true;
|
|
111
|
+
} catch (error) {
|
|
112
|
+
console.error('隐藏结构化diff时出错:', error);
|
|
113
|
+
return false;
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
};
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
export { diffPluginKey };
|
|
121
|
+
export function getDiffState(editor) {
|
|
122
|
+
if (!editor || !editor.state) {
|
|
123
|
+
return null;
|
|
124
|
+
}
|
|
125
|
+
var pluginState = diffPluginKey.getState(editor.state);
|
|
126
|
+
return pluginState ? {
|
|
127
|
+
isActive: pluginState.isActive,
|
|
128
|
+
diffs: pluginState.diffs,
|
|
129
|
+
diffCount: pluginState.diffs.length
|
|
130
|
+
} : null;
|
|
131
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
2
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
5
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
6
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
7
|
+
import Highlight from '@tiptap/extension-highlight';
|
|
8
|
+
import InvisibleCharacters from '@tiptap/extension-invisible-characters';
|
|
9
|
+
import Subscript from '@tiptap/extension-subscript';
|
|
10
|
+
import Superscript from '@tiptap/extension-superscript';
|
|
11
|
+
import TextAlign from '@tiptap/extension-text-align';
|
|
12
|
+
import { TextStyleKit } from '@tiptap/extension-text-style';
|
|
13
|
+
import { CharacterCount, Placeholder } from '@tiptap/extensions';
|
|
14
|
+
import StarterKit from '@tiptap/starter-kit';
|
|
15
|
+
import { PLACEHOLDER } from "../contants/placeholder";
|
|
16
|
+
import { SlashCommands, StructuredDiffExtension } from "./extension";
|
|
17
|
+
import { CodeExtension } from "./mark/Code";
|
|
18
|
+
import { AlertExtension, AudioExtension, BlockAttachmentExtension, BlockLinkExtension, CodeBlockLowlightExtension, CustomBlockMathExtension, CustomInlineMathExtension, DetailsContentExtension, DetailsExtension, DetailsSummaryExtension, EmojiExtension, FileHandlerExtension, IframeExtension, ImageExtension, Indent, InlineAttachmentExtension, InlineLinkExtension, ListExtension, MentionExtension, TableExtension, TableOfContents, UploadProgressExtension, VerticalAlign, VideoExtension, YoutubeExtension } from "./node";
|
|
19
|
+
export var getExtensions = function getExtensions(_ref) {
|
|
20
|
+
var limit = _ref.limit,
|
|
21
|
+
exclude = _ref.exclude,
|
|
22
|
+
extensionsProps = _ref.extensions,
|
|
23
|
+
youtube = _ref.youtube,
|
|
24
|
+
editable = _ref.editable,
|
|
25
|
+
mentionItems = _ref.mentionItems,
|
|
26
|
+
onMentionFilter = _ref.onMentionFilter,
|
|
27
|
+
onUpload = _ref.onUpload,
|
|
28
|
+
onError = _ref.onError,
|
|
29
|
+
onTocUpdate = _ref.onTocUpdate;
|
|
30
|
+
var defaultExtensions = [StarterKit.configure({
|
|
31
|
+
link: false,
|
|
32
|
+
code: false,
|
|
33
|
+
codeBlock: false,
|
|
34
|
+
listItem: false,
|
|
35
|
+
orderedList: false,
|
|
36
|
+
bulletList: false,
|
|
37
|
+
listKeymap: false,
|
|
38
|
+
undoRedo: exclude !== null && exclude !== void 0 && exclude.includes('undoRedo') ? false : undefined,
|
|
39
|
+
dropcursor: {
|
|
40
|
+
color: 'var(--mui-palette-primary-main)',
|
|
41
|
+
width: 2
|
|
42
|
+
}
|
|
43
|
+
}), ListExtension, TextAlign.configure({
|
|
44
|
+
types: ['heading', 'paragraph']
|
|
45
|
+
}), VerticalAlign.configure({
|
|
46
|
+
types: ['textStyle'],
|
|
47
|
+
defaultAlignment: null
|
|
48
|
+
}), CodeBlockLowlightExtension, CharacterCount.configure({
|
|
49
|
+
limit: limit !== null && limit !== void 0 ? limit : null
|
|
50
|
+
}), Subscript, Superscript, TextStyleKit, Indent.configure({
|
|
51
|
+
types: [
|
|
52
|
+
// 常见块级与项目中定义的节点
|
|
53
|
+
'paragraph', 'heading', 'blockquote', 'alert', 'codeBlock', 'horizontalRule', 'orderedList', 'bulletList', 'taskList', 'taskItem', 'listItem', 'details', 'detailsContent', 'detailsSummary', 'table', 'image', 'video', 'audio', 'iframe', 'blockAttachment', 'inlineAttachment', 'blockLink',
|
|
54
|
+
// 公式
|
|
55
|
+
'blockMath', 'inlineMath'
|
|
56
|
+
// 扩展里还有:youtube 等,如需也可开启
|
|
57
|
+
],
|
|
58
|
+
maxLevel: 8,
|
|
59
|
+
indentPx: 32
|
|
60
|
+
}), CodeExtension, AlertExtension, Highlight.configure({
|
|
61
|
+
multicolor: true
|
|
62
|
+
}), Placeholder.configure({
|
|
63
|
+
emptyNodeClass: 'custom-placeholder-node',
|
|
64
|
+
showOnlyWhenEditable: true,
|
|
65
|
+
placeholder: function placeholder(_ref2) {
|
|
66
|
+
var node = _ref2.node,
|
|
67
|
+
pos = _ref2.pos;
|
|
68
|
+
var type = node.type,
|
|
69
|
+
attrs = node.attrs;
|
|
70
|
+
if (pos === 0) {
|
|
71
|
+
return PLACEHOLDER.default;
|
|
72
|
+
}
|
|
73
|
+
if (type.name === 'heading') {
|
|
74
|
+
return PLACEHOLDER.heading[attrs.level];
|
|
75
|
+
}
|
|
76
|
+
if (PLACEHOLDER[type.name]) {
|
|
77
|
+
return PLACEHOLDER[type.name];
|
|
78
|
+
}
|
|
79
|
+
return '';
|
|
80
|
+
}
|
|
81
|
+
}), InlineLinkExtension, BlockLinkExtension, DetailsExtension, DetailsContentExtension, DetailsSummaryExtension].concat(_toConsumableArray(TableExtension({
|
|
82
|
+
editable: editable
|
|
83
|
+
})), [TableOfContents({
|
|
84
|
+
onTocUpdate: onTocUpdate
|
|
85
|
+
}), CustomInlineMathExtension({
|
|
86
|
+
onError: onError
|
|
87
|
+
}), CustomBlockMathExtension({
|
|
88
|
+
onError: onError
|
|
89
|
+
}), IframeExtension({
|
|
90
|
+
onError: onError
|
|
91
|
+
}), VideoExtension({
|
|
92
|
+
onUpload: onUpload,
|
|
93
|
+
onError: onError
|
|
94
|
+
}), AudioExtension({
|
|
95
|
+
onUpload: onUpload,
|
|
96
|
+
onError: onError
|
|
97
|
+
}), ImageExtension({
|
|
98
|
+
onUpload: onUpload,
|
|
99
|
+
onError: onError
|
|
100
|
+
}), InlineAttachmentExtension({
|
|
101
|
+
onUpload: onUpload,
|
|
102
|
+
onError: onError
|
|
103
|
+
}), BlockAttachmentExtension({
|
|
104
|
+
onUpload: onUpload,
|
|
105
|
+
onError: onError
|
|
106
|
+
})]);
|
|
107
|
+
if (!(exclude !== null && exclude !== void 0 && exclude.includes('emoji'))) {
|
|
108
|
+
var Emoji = EmojiExtension;
|
|
109
|
+
defaultExtensions.push(Emoji);
|
|
110
|
+
}
|
|
111
|
+
if (!(exclude !== null && exclude !== void 0 && exclude.includes('mention')) && (mentionItems && mentionItems.length > 0 || onMentionFilter)) {
|
|
112
|
+
var Mention = MentionExtension({
|
|
113
|
+
mentionItems: mentionItems,
|
|
114
|
+
onMentionFilter: onMentionFilter
|
|
115
|
+
});
|
|
116
|
+
defaultExtensions.push(Mention);
|
|
117
|
+
}
|
|
118
|
+
if (!(exclude !== null && exclude !== void 0 && exclude.includes('youtube'))) {
|
|
119
|
+
var Youtube = YoutubeExtension(youtube);
|
|
120
|
+
defaultExtensions.push(Youtube);
|
|
121
|
+
}
|
|
122
|
+
if (editable) {
|
|
123
|
+
if (!(exclude !== null && exclude !== void 0 && exclude.includes('fileHandler'))) {
|
|
124
|
+
var FileHandler = FileHandlerExtension({
|
|
125
|
+
onUpload: onUpload
|
|
126
|
+
});
|
|
127
|
+
defaultExtensions.push(FileHandler);
|
|
128
|
+
var UploadProgress = UploadProgressExtension;
|
|
129
|
+
defaultExtensions.push(UploadProgress);
|
|
130
|
+
}
|
|
131
|
+
if (!(exclude !== null && exclude !== void 0 && exclude.includes('slashCommands'))) {
|
|
132
|
+
defaultExtensions.push(SlashCommands);
|
|
133
|
+
}
|
|
134
|
+
if (!(exclude !== null && exclude !== void 0 && exclude.includes('invisibleCharacters'))) {
|
|
135
|
+
defaultExtensions.push(InvisibleCharacters);
|
|
136
|
+
}
|
|
137
|
+
} else {
|
|
138
|
+
if (!(exclude !== null && exclude !== void 0 && exclude.includes('structuredDiff'))) {
|
|
139
|
+
defaultExtensions.push(StructuredDiffExtension);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
if (extensionsProps && extensionsProps.length > 0) {
|
|
143
|
+
defaultExtensions.push.apply(defaultExtensions, _toConsumableArray(extensionsProps));
|
|
144
|
+
}
|
|
145
|
+
return defaultExtensions;
|
|
146
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import Code from '@tiptap/extension-code';
|
|
2
|
+
|
|
3
|
+
// 允许与 textStyle 等标记共存,以便字号/颜色等样式可应用到 code 文本
|
|
4
|
+
export var CodeExtension = Code.extend({
|
|
5
|
+
// 默认 `@tiptap/extension-code` 的 excludes 为 '_'(排除所有其他 mark)
|
|
6
|
+
// 这里清空以允许共存,从而让 textStyle 的 fontSize 生效
|
|
7
|
+
excludes: ''
|
|
8
|
+
});
|
|
9
|
+
export default CodeExtension;
|
|
File without changes
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// import { Link } from "@tiptap/extension-link";
|
|
2
|
+
|
|
3
|
+
// const customLink = Link.extend({
|
|
4
|
+
// addAttributes() {
|
|
5
|
+
// return {
|
|
6
|
+
// ...(this.parent as any)?.(),
|
|
7
|
+
// type: {
|
|
8
|
+
// default: 'link',
|
|
9
|
+
// parseHTML: (element: HTMLElement) => {
|
|
10
|
+
// return element.getAttribute('data-type') || 'link'
|
|
11
|
+
// },
|
|
12
|
+
// renderHTML: (attributes: any) => {
|
|
13
|
+
// return {
|
|
14
|
+
// 'data-type': attributes.type,
|
|
15
|
+
// }
|
|
16
|
+
// }
|
|
17
|
+
// },
|
|
18
|
+
// title: {
|
|
19
|
+
// default: '',
|
|
20
|
+
// parseHTML: (element: HTMLElement) => {
|
|
21
|
+
// return element.getAttribute('data-title') || ''
|
|
22
|
+
// },
|
|
23
|
+
// renderHTML: (attributes: any) => {
|
|
24
|
+
// return {
|
|
25
|
+
// 'data-title': attributes.title,
|
|
26
|
+
// }
|
|
27
|
+
// }
|
|
28
|
+
// },
|
|
29
|
+
// }
|
|
30
|
+
// },
|
|
31
|
+
// addKeyboardShortcuts() {
|
|
32
|
+
// return {
|
|
33
|
+
// 'Mod-k': () => {
|
|
34
|
+
// return this.editor.commands.setLink({ href: '' })
|
|
35
|
+
// }
|
|
36
|
+
// }
|
|
37
|
+
// },
|
|
38
|
+
// // addMarkView() {
|
|
39
|
+
// // return ReactMarkViewRenderer(LinkViewWrapper, {
|
|
40
|
+
// // as: 'a',
|
|
41
|
+
// // })
|
|
42
|
+
// // }
|
|
43
|
+
// })
|
|
44
|
+
|
|
45
|
+
// export const LinkExtension = customLink.configure({
|
|
46
|
+
// autolink: true,
|
|
47
|
+
// openOnClick: true,
|
|
48
|
+
// enableClickSelection: true,
|
|
49
|
+
// linkOnPaste: true,
|
|
50
|
+
// protocols: ['http', 'https', 'mailto', 'tel'],
|
|
51
|
+
// defaultProtocol: 'http',
|
|
52
|
+
// HTMLAttributes: {
|
|
53
|
+
// rel: null,
|
|
54
|
+
// target: '_blank',
|
|
55
|
+
// },
|
|
56
|
+
// })
|
|
57
|
+
|
|
58
|
+
// export default LinkExtension
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// export * from './Link';
|