@ctzhian/tiptap 0.4.0
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/LICENSE +21 -0
- package/README.md +43 -0
- package/dist/Editor/demo.d.ts +4 -0
- package/dist/Editor/demo.js +150 -0
- package/dist/Editor/index.d.ts +4 -0
- package/dist/Editor/index.js +21 -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 +286 -0
- package/dist/asset/css/index.css +161 -0
- package/dist/asset/images/disk.png +0 -0
- package/dist/asset/images/down.svg +3 -0
- package/dist/component/CustomBubbleMenu/SelectionText.d.ts +9 -0
- package/dist/component/CustomBubbleMenu/SelectionText.js +295 -0
- package/dist/component/CustomDragHandle/index.d.ts +9 -0
- package/dist/component/CustomDragHandle/index.js +1172 -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 +13 -0
- package/dist/component/FloatingPopover/index.js +104 -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-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/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/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/index.d.ts +110 -0
- package/dist/component/Icons/index.js +113 -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/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/ListHover/index.d.ts +7 -0
- package/dist/component/ListHover/index.js +367 -0
- package/dist/component/Menu/index.d.ts +4 -0
- package/dist/component/Menu/index.js +189 -0
- package/dist/component/Toolbar/EditorAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorAlignSelect.js +176 -0
- package/dist/component/Toolbar/EditorCode.d.ts +7 -0
- package/dist/component/Toolbar/EditorCode.js +150 -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 +137 -0
- package/dist/component/Toolbar/EditorHeading.d.ts +7 -0
- package/dist/component/Toolbar/EditorHeading.js +174 -0
- package/dist/component/Toolbar/EditorInsert/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorInsert/index.js +186 -0
- package/dist/component/Toolbar/EditorListSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorListSelect.js +163 -0
- package/dist/component/Toolbar/EditorMath.d.ts +7 -0
- package/dist/component/Toolbar/EditorMath.js +148 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/NotificationDialog.js +72 -0
- package/dist/component/Toolbar/EditorMore/index.d.ts +7 -0
- package/dist/component/Toolbar/EditorMore/index.js +101 -0
- package/dist/component/Toolbar/EditorScript.d.ts +7 -0
- package/dist/component/Toolbar/EditorScript.js +150 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.d.ts +7 -0
- package/dist/component/Toolbar/EditorVerticalAlignSelect.js +163 -0
- package/dist/component/Toolbar/Item.d.ts +15 -0
- package/dist/component/Toolbar/Item.js +69 -0
- package/dist/component/Toolbar/index.d.ts +13 -0
- package/dist/component/Toolbar/index.js +13 -0
- package/dist/component/index.d.ts +1 -0
- package/dist/component/index.js +1 -0
- package/dist/contants/enums.d.ts +30 -0
- package/dist/contants/enums.js +98 -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 +13 -0
- package/dist/contants/slash-commands.js +313 -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 +93 -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 +135 -0
- package/dist/extension/component/CodeBlock/index.d.ts +4 -0
- package/dist/extension/component/CodeBlock/index.js +296 -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/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 +52 -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 +102 -0
- package/dist/extension/component/Link/index.d.ts +12 -0
- package/dist/extension/component/Link/index.js +510 -0
- package/dist/extension/component/Mathematics/block/Readonly.d.ts +9 -0
- package/dist/extension/component/Mathematics/block/Readonly.js +36 -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 +34 -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/index.d.ts +4 -0
- package/dist/extension/component/SlashCommandsList/index.js +121 -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 +41 -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/index.d.ts +1 -0
- package/dist/extension/extension/index.js +1 -0
- package/dist/extension/index.d.ts +2 -0
- package/dist/extension/index.js +176 -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/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 +40 -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/Image.d.ts +3 -0
- package/dist/extension/node/Image.js +38 -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 +461 -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 +174 -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 +17 -0
- package/dist/extension/node/index.js +17 -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 +34 -0
- package/dist/extension/suggestion/slash.js +63 -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 +372 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7 -0
- package/dist/themes/color.d.ts +5 -0
- package/dist/themes/color.js +4 -0
- package/dist/themes/componentStyleOverrides.d.ts +396 -0
- package/dist/themes/componentStyleOverrides.js +431 -0
- package/dist/themes/custom.d.ts +5 -0
- package/dist/themes/custom.js +4 -0
- package/dist/themes/dark.d.ts +86 -0
- package/dist/themes/dark.js +86 -0
- package/dist/themes/index.d.ts +19 -0
- package/dist/themes/index.js +37 -0
- package/dist/themes/light.d.ts +86 -0
- package/dist/themes/light.js +86 -0
- package/dist/themes/palette.d.ts +94 -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 +112 -0
- package/dist/type/index.js +1 -0
- package/dist/types/images.d.ts +19 -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 +2 -0
- package/dist/util/floating.js +22 -0
- package/dist/util/index.d.ts +11 -0
- package/dist/util/index.js +39 -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 +62 -0
- package/dist/util/shortcutKey.d.ts +2 -0
- package/dist/util/shortcutKey.js +9 -0
- package/package.json +135 -0
|
@@ -0,0 +1,461 @@
|
|
|
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 { mergeAttributes, Node, nodePasteRule } from '@tiptap/core';
|
|
8
|
+
import { ReactNodeViewRenderer } from '@tiptap/react';
|
|
9
|
+
import { getLinkTitle } from "../../../util";
|
|
10
|
+
import { find as _find, registerCustomProtocol, reset } from 'linkifyjs';
|
|
11
|
+
import LinkViewWrapper from "../../component/Link";
|
|
12
|
+
import { autolink } from "./helpers/autolink";
|
|
13
|
+
import { clickHandler } from "./helpers/clickHandler";
|
|
14
|
+
import { pasteHandler } from "./helpers/pasteHandler";
|
|
15
|
+
import { UNICODE_WHITESPACE_REGEX_GLOBAL } from "./helpers/whitespace";
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated The default behavior is now to open links when the editor is not editable.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
function _isAllowedUri(uri, protocols) {
|
|
22
|
+
var allowedProtocols = ['http', 'https', 'ftp', 'ftps', 'mailto', 'tel', 'callto', 'sms', 'cid', 'xmpp'];
|
|
23
|
+
if (protocols) {
|
|
24
|
+
protocols.forEach(function (protocol) {
|
|
25
|
+
var nextProtocol = typeof protocol === 'string' ? protocol : protocol.scheme;
|
|
26
|
+
if (nextProtocol) {
|
|
27
|
+
allowedProtocols.push(nextProtocol);
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
return !uri || uri.replace(UNICODE_WHITESPACE_REGEX_GLOBAL, '').match(new RegExp( // eslint-disable-next-line no-useless-escape
|
|
32
|
+
"^(?:(?:".concat(allowedProtocols.join('|'), "):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))"), 'i'));
|
|
33
|
+
}
|
|
34
|
+
export { _isAllowedUri as isAllowedUri };
|
|
35
|
+
export var InlineLinkExtension = Node.create({
|
|
36
|
+
name: 'inlineLink',
|
|
37
|
+
group: 'inline',
|
|
38
|
+
inline: true,
|
|
39
|
+
atom: true,
|
|
40
|
+
draggable: true,
|
|
41
|
+
selectable: true,
|
|
42
|
+
onCreate: function onCreate() {
|
|
43
|
+
if (this.options.validate && !this.options.shouldAutoLink) {
|
|
44
|
+
this.options.shouldAutoLink = this.options.validate;
|
|
45
|
+
console.warn('The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.');
|
|
46
|
+
}
|
|
47
|
+
this.options.protocols.forEach(function (protocol) {
|
|
48
|
+
if (typeof protocol === 'string') {
|
|
49
|
+
registerCustomProtocol(protocol);
|
|
50
|
+
return;
|
|
51
|
+
}
|
|
52
|
+
registerCustomProtocol(protocol.scheme, protocol.optionalSlashes);
|
|
53
|
+
});
|
|
54
|
+
},
|
|
55
|
+
onDestroy: function onDestroy() {
|
|
56
|
+
reset();
|
|
57
|
+
},
|
|
58
|
+
addOptions: function addOptions() {
|
|
59
|
+
return {
|
|
60
|
+
autolink: true,
|
|
61
|
+
linkOnPaste: false,
|
|
62
|
+
protocols: [],
|
|
63
|
+
defaultProtocol: 'http',
|
|
64
|
+
openOnClick: true,
|
|
65
|
+
enableClickSelection: false,
|
|
66
|
+
HTMLAttributes: {
|
|
67
|
+
target: '_blank',
|
|
68
|
+
class: null,
|
|
69
|
+
type: 'icon'
|
|
70
|
+
},
|
|
71
|
+
isAllowedUri: function isAllowedUri(url, ctx) {
|
|
72
|
+
return !!_isAllowedUri(url, ctx.protocols);
|
|
73
|
+
},
|
|
74
|
+
validate: function validate(url) {
|
|
75
|
+
return !!url;
|
|
76
|
+
},
|
|
77
|
+
shouldAutoLink: function shouldAutoLink(url) {
|
|
78
|
+
return !!url;
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
},
|
|
82
|
+
addAttributes: function addAttributes() {
|
|
83
|
+
return {
|
|
84
|
+
href: {
|
|
85
|
+
default: null,
|
|
86
|
+
parseHTML: function parseHTML(element) {
|
|
87
|
+
return element.getAttribute('href');
|
|
88
|
+
},
|
|
89
|
+
renderHTML: function renderHTML(attributes) {
|
|
90
|
+
return {
|
|
91
|
+
href: attributes.href
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
target: {
|
|
96
|
+
default: this.options.HTMLAttributes.target,
|
|
97
|
+
parseHTML: function parseHTML(element) {
|
|
98
|
+
return element.getAttribute('target');
|
|
99
|
+
},
|
|
100
|
+
renderHTML: function renderHTML(attributes) {
|
|
101
|
+
return {
|
|
102
|
+
target: attributes.target
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
rel: {
|
|
107
|
+
default: this.options.HTMLAttributes.rel,
|
|
108
|
+
parseHTML: function parseHTML(element) {
|
|
109
|
+
return element.getAttribute('rel');
|
|
110
|
+
},
|
|
111
|
+
renderHTML: function renderHTML(attributes) {
|
|
112
|
+
return {
|
|
113
|
+
rel: attributes.rel
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
class: {
|
|
118
|
+
default: this.options.HTMLAttributes.class,
|
|
119
|
+
parseHTML: function parseHTML(element) {
|
|
120
|
+
return element.getAttribute('class');
|
|
121
|
+
},
|
|
122
|
+
renderHTML: function renderHTML(attributes) {
|
|
123
|
+
return {
|
|
124
|
+
class: attributes.class
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
title: {
|
|
129
|
+
default: this.options.HTMLAttributes.title,
|
|
130
|
+
parseHTML: function parseHTML(element) {
|
|
131
|
+
return element.textContent || element.getAttribute('title');
|
|
132
|
+
},
|
|
133
|
+
renderHTML: function renderHTML(attributes) {
|
|
134
|
+
return {
|
|
135
|
+
'title': attributes.title
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
type: {
|
|
140
|
+
default: this.options.HTMLAttributes.type,
|
|
141
|
+
parseHTML: function parseHTML(element) {
|
|
142
|
+
return element.getAttribute('type') || 'icon';
|
|
143
|
+
},
|
|
144
|
+
renderHTML: function renderHTML(attributes) {
|
|
145
|
+
return {
|
|
146
|
+
'type': attributes.type
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
},
|
|
152
|
+
parseHTML: function parseHTML() {
|
|
153
|
+
var _this = this;
|
|
154
|
+
return [{
|
|
155
|
+
tag: 'a',
|
|
156
|
+
getAttrs: function getAttrs(dom) {
|
|
157
|
+
var href = dom.getAttribute('href');
|
|
158
|
+
var dataType = dom.getAttribute('type');
|
|
159
|
+
if (dataType === 'block') {
|
|
160
|
+
return false;
|
|
161
|
+
}
|
|
162
|
+
if (!href || !href.trim()) {
|
|
163
|
+
return false;
|
|
164
|
+
}
|
|
165
|
+
if (href && !_this.options.isAllowedUri(href, {
|
|
166
|
+
defaultValidate: function defaultValidate(url) {
|
|
167
|
+
return !!_isAllowedUri(url, _this.options.protocols);
|
|
168
|
+
},
|
|
169
|
+
protocols: _this.options.protocols,
|
|
170
|
+
defaultProtocol: _this.options.defaultProtocol
|
|
171
|
+
})) {
|
|
172
|
+
return false;
|
|
173
|
+
}
|
|
174
|
+
return {
|
|
175
|
+
href: href,
|
|
176
|
+
target: dom.getAttribute('target') || _this.options.HTMLAttributes.target,
|
|
177
|
+
class: dom.getAttribute('class') || _this.options.HTMLAttributes.class,
|
|
178
|
+
rel: dom.getAttribute('rel'),
|
|
179
|
+
title: dom.textContent || dom.getAttribute('title'),
|
|
180
|
+
type: dom.getAttribute('type') || 'icon'
|
|
181
|
+
};
|
|
182
|
+
}
|
|
183
|
+
}];
|
|
184
|
+
},
|
|
185
|
+
renderHTML: function renderHTML(_ref) {
|
|
186
|
+
var _this2 = this;
|
|
187
|
+
var HTMLAttributes = _ref.HTMLAttributes;
|
|
188
|
+
var title = HTMLAttributes.title || HTMLAttributes.href && getLinkTitle(HTMLAttributes.href);
|
|
189
|
+
if (!this.options.isAllowedUri(HTMLAttributes.href, {
|
|
190
|
+
defaultValidate: function defaultValidate(href) {
|
|
191
|
+
return !!_isAllowedUri(href, _this2.options.protocols);
|
|
192
|
+
},
|
|
193
|
+
protocols: this.options.protocols,
|
|
194
|
+
defaultProtocol: this.options.defaultProtocol
|
|
195
|
+
})) {
|
|
196
|
+
return ['a', mergeAttributes(this.options.HTMLAttributes, _objectSpread(_objectSpread({}, HTMLAttributes), {}, {
|
|
197
|
+
href: ''
|
|
198
|
+
})), title];
|
|
199
|
+
}
|
|
200
|
+
return ['a', mergeAttributes(this.options.HTMLAttributes, HTMLAttributes), title];
|
|
201
|
+
},
|
|
202
|
+
addCommands: function addCommands() {
|
|
203
|
+
var _this3 = this;
|
|
204
|
+
return {
|
|
205
|
+
setInlineLink: function setInlineLink(options) {
|
|
206
|
+
return function (_ref2) {
|
|
207
|
+
var commands = _ref2.commands;
|
|
208
|
+
return commands.insertContent({
|
|
209
|
+
type: _this3.name,
|
|
210
|
+
attrs: options
|
|
211
|
+
});
|
|
212
|
+
};
|
|
213
|
+
},
|
|
214
|
+
toggleInlineLink: function toggleInlineLink(options) {
|
|
215
|
+
return function (_ref3) {
|
|
216
|
+
var chain = _ref3.chain;
|
|
217
|
+
return chain().toggleNode(_this3.name, 'a', options).run();
|
|
218
|
+
};
|
|
219
|
+
},
|
|
220
|
+
unsetInlineLink: function unsetInlineLink() {
|
|
221
|
+
return function (_ref4) {
|
|
222
|
+
var chain = _ref4.chain;
|
|
223
|
+
return chain().deleteNode(_this3.name).run();
|
|
224
|
+
};
|
|
225
|
+
}
|
|
226
|
+
};
|
|
227
|
+
},
|
|
228
|
+
addPasteRules: function addPasteRules() {
|
|
229
|
+
var _this4 = this;
|
|
230
|
+
return [nodePasteRule({
|
|
231
|
+
find: function find(text) {
|
|
232
|
+
var foundLinks = [];
|
|
233
|
+
if (text) {
|
|
234
|
+
var _this4$options = _this4.options,
|
|
235
|
+
protocols = _this4$options.protocols,
|
|
236
|
+
defaultProtocol = _this4$options.defaultProtocol;
|
|
237
|
+
var links = _find(text).filter(function (item) {
|
|
238
|
+
return item.isLink && _this4.options.isAllowedUri(item.value, {
|
|
239
|
+
defaultValidate: function defaultValidate(href) {
|
|
240
|
+
return !!_isAllowedUri(href, protocols);
|
|
241
|
+
},
|
|
242
|
+
protocols: protocols,
|
|
243
|
+
defaultProtocol: defaultProtocol
|
|
244
|
+
});
|
|
245
|
+
});
|
|
246
|
+
if (links.length) {
|
|
247
|
+
links.forEach(function (link) {
|
|
248
|
+
return foundLinks.push({
|
|
249
|
+
text: link.value,
|
|
250
|
+
data: {
|
|
251
|
+
href: link.href
|
|
252
|
+
},
|
|
253
|
+
index: link.start
|
|
254
|
+
});
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
return foundLinks;
|
|
259
|
+
},
|
|
260
|
+
type: this.type,
|
|
261
|
+
getAttributes: function getAttributes(match) {
|
|
262
|
+
var _match$data;
|
|
263
|
+
return {
|
|
264
|
+
href: (_match$data = match.data) === null || _match$data === void 0 ? void 0 : _match$data.href
|
|
265
|
+
};
|
|
266
|
+
}
|
|
267
|
+
})];
|
|
268
|
+
},
|
|
269
|
+
addProseMirrorPlugins: function addProseMirrorPlugins() {
|
|
270
|
+
var _this5 = this;
|
|
271
|
+
var plugins = [];
|
|
272
|
+
var _this$options = this.options,
|
|
273
|
+
protocols = _this$options.protocols,
|
|
274
|
+
defaultProtocol = _this$options.defaultProtocol;
|
|
275
|
+
if (this.options.autolink) {
|
|
276
|
+
plugins.push(autolink({
|
|
277
|
+
type: this.type,
|
|
278
|
+
defaultProtocol: this.options.defaultProtocol,
|
|
279
|
+
validate: function validate(url) {
|
|
280
|
+
return _this5.options.isAllowedUri(url, {
|
|
281
|
+
defaultValidate: function defaultValidate(href) {
|
|
282
|
+
return !!_isAllowedUri(href, protocols);
|
|
283
|
+
},
|
|
284
|
+
protocols: protocols,
|
|
285
|
+
defaultProtocol: defaultProtocol
|
|
286
|
+
});
|
|
287
|
+
},
|
|
288
|
+
shouldAutoLink: this.options.shouldAutoLink
|
|
289
|
+
}));
|
|
290
|
+
}
|
|
291
|
+
if (this.options.openOnClick === true) {
|
|
292
|
+
plugins.push(clickHandler({
|
|
293
|
+
type: this.type,
|
|
294
|
+
editor: this.editor,
|
|
295
|
+
enableClickSelection: this.options.enableClickSelection
|
|
296
|
+
}));
|
|
297
|
+
}
|
|
298
|
+
if (this.options.linkOnPaste) {
|
|
299
|
+
plugins.push(pasteHandler({
|
|
300
|
+
editor: this.editor,
|
|
301
|
+
defaultProtocol: this.options.defaultProtocol,
|
|
302
|
+
type: this.type
|
|
303
|
+
}));
|
|
304
|
+
}
|
|
305
|
+
return plugins;
|
|
306
|
+
},
|
|
307
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
308
|
+
var _this6 = this;
|
|
309
|
+
return {
|
|
310
|
+
'Mod-1': function Mod1() {
|
|
311
|
+
return _this6.editor.commands.setInlineLink({
|
|
312
|
+
href: '',
|
|
313
|
+
type: 'icon'
|
|
314
|
+
});
|
|
315
|
+
}
|
|
316
|
+
};
|
|
317
|
+
},
|
|
318
|
+
addNodeView: function addNodeView() {
|
|
319
|
+
return ReactNodeViewRenderer(LinkViewWrapper);
|
|
320
|
+
}
|
|
321
|
+
});
|
|
322
|
+
export var BlockLinkExtension = Node.create({
|
|
323
|
+
name: 'blockLink',
|
|
324
|
+
group: 'block',
|
|
325
|
+
atom: true,
|
|
326
|
+
draggable: true,
|
|
327
|
+
selectable: true,
|
|
328
|
+
addOptions: function addOptions() {
|
|
329
|
+
return {
|
|
330
|
+
HTMLAttributes: {
|
|
331
|
+
target: '_blank',
|
|
332
|
+
class: null,
|
|
333
|
+
type: 'block'
|
|
334
|
+
}
|
|
335
|
+
};
|
|
336
|
+
},
|
|
337
|
+
addAttributes: function addAttributes() {
|
|
338
|
+
return {
|
|
339
|
+
href: {
|
|
340
|
+
default: null,
|
|
341
|
+
parseHTML: function parseHTML(element) {
|
|
342
|
+
return element.getAttribute('href');
|
|
343
|
+
},
|
|
344
|
+
renderHTML: function renderHTML(attributes) {
|
|
345
|
+
if (!attributes.href) {
|
|
346
|
+
return {};
|
|
347
|
+
}
|
|
348
|
+
return {
|
|
349
|
+
href: attributes.href
|
|
350
|
+
};
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
target: {
|
|
354
|
+
default: this.options.HTMLAttributes.target,
|
|
355
|
+
parseHTML: function parseHTML(element) {
|
|
356
|
+
return element.getAttribute('target');
|
|
357
|
+
},
|
|
358
|
+
renderHTML: function renderHTML(attributes) {
|
|
359
|
+
if (!attributes.target) {
|
|
360
|
+
return {};
|
|
361
|
+
}
|
|
362
|
+
return {
|
|
363
|
+
target: attributes.target
|
|
364
|
+
};
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
class: {
|
|
368
|
+
default: this.options.HTMLAttributes.class,
|
|
369
|
+
parseHTML: function parseHTML(element) {
|
|
370
|
+
return element.getAttribute('class');
|
|
371
|
+
},
|
|
372
|
+
renderHTML: function renderHTML(attributes) {
|
|
373
|
+
if (!attributes.class) {
|
|
374
|
+
return {};
|
|
375
|
+
}
|
|
376
|
+
return {
|
|
377
|
+
class: attributes.class
|
|
378
|
+
};
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
title: {
|
|
382
|
+
default: null,
|
|
383
|
+
parseHTML: function parseHTML(element) {
|
|
384
|
+
return element.textContent || element.getAttribute('title');
|
|
385
|
+
},
|
|
386
|
+
renderHTML: function renderHTML(attributes) {
|
|
387
|
+
if (!attributes.title) {
|
|
388
|
+
return {};
|
|
389
|
+
}
|
|
390
|
+
return {
|
|
391
|
+
title: attributes.title
|
|
392
|
+
};
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
rel: {
|
|
396
|
+
default: null,
|
|
397
|
+
parseHTML: function parseHTML(element) {
|
|
398
|
+
return element.getAttribute('rel');
|
|
399
|
+
},
|
|
400
|
+
renderHTML: function renderHTML(attributes) {
|
|
401
|
+
if (!attributes.rel) {
|
|
402
|
+
return {};
|
|
403
|
+
}
|
|
404
|
+
return {
|
|
405
|
+
rel: attributes.rel
|
|
406
|
+
};
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
type: {
|
|
410
|
+
default: 'block',
|
|
411
|
+
parseHTML: function parseHTML(element) {
|
|
412
|
+
return element.getAttribute('type') || 'block';
|
|
413
|
+
},
|
|
414
|
+
renderHTML: function renderHTML(attributes) {
|
|
415
|
+
return {
|
|
416
|
+
'type': attributes.type
|
|
417
|
+
};
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
};
|
|
421
|
+
},
|
|
422
|
+
parseHTML: function parseHTML() {
|
|
423
|
+
var _this7 = this;
|
|
424
|
+
return [{
|
|
425
|
+
tag: 'a[type="block"]',
|
|
426
|
+
getAttrs: function getAttrs(dom) {
|
|
427
|
+
if (!(dom instanceof HTMLElement)) return false;
|
|
428
|
+
return {
|
|
429
|
+
href: dom.getAttribute('href') || '',
|
|
430
|
+
target: dom.getAttribute('target') || _this7.options.HTMLAttributes.target,
|
|
431
|
+
class: dom.getAttribute('class') || _this7.options.HTMLAttributes.class,
|
|
432
|
+
title: dom.textContent || dom.getAttribute('title') || '',
|
|
433
|
+
rel: dom.getAttribute('rel') || '',
|
|
434
|
+
type: dom.getAttribute('type') || 'block'
|
|
435
|
+
};
|
|
436
|
+
}
|
|
437
|
+
}];
|
|
438
|
+
},
|
|
439
|
+
renderHTML: function renderHTML(_ref5) {
|
|
440
|
+
var HTMLAttributes = _ref5.HTMLAttributes;
|
|
441
|
+
var title = HTMLAttributes.title || HTMLAttributes.href && getLinkTitle(HTMLAttributes.href);
|
|
442
|
+
return ['a', mergeAttributes(this.options.HTMLAttributes, HTMLAttributes), title];
|
|
443
|
+
},
|
|
444
|
+
addCommands: function addCommands() {
|
|
445
|
+
var _this8 = this;
|
|
446
|
+
return {
|
|
447
|
+
setBlockLink: function setBlockLink(options) {
|
|
448
|
+
return function (_ref6) {
|
|
449
|
+
var commands = _ref6.commands;
|
|
450
|
+
return commands.insertContent({
|
|
451
|
+
type: _this8.name,
|
|
452
|
+
attrs: options
|
|
453
|
+
});
|
|
454
|
+
};
|
|
455
|
+
}
|
|
456
|
+
};
|
|
457
|
+
},
|
|
458
|
+
addNodeView: function addNodeView() {
|
|
459
|
+
return ReactNodeViewRenderer(LinkViewWrapper);
|
|
460
|
+
}
|
|
461
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ListKit } from '@tiptap/extension-list';
|
|
2
|
+
export var ListExtension = ListKit.configure({
|
|
3
|
+
orderedList: {
|
|
4
|
+
HTMLAttributes: {
|
|
5
|
+
class: 'ordered-list',
|
|
6
|
+
'data-type': 'orderedList'
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
bulletList: {
|
|
10
|
+
HTMLAttributes: {
|
|
11
|
+
class: 'bullet-list',
|
|
12
|
+
'data-type': 'bulletList'
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
taskItem: {
|
|
16
|
+
nested: true,
|
|
17
|
+
HTMLAttributes: {
|
|
18
|
+
class: 'task-item',
|
|
19
|
+
'data-type': 'taskList'
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
export default ListExtension;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { EditorFnProps } from "../../type";
|
|
2
|
+
declare module '@tiptap/core' {
|
|
3
|
+
interface Commands<ReturnType> {
|
|
4
|
+
CustomInlineMath: {
|
|
5
|
+
/**
|
|
6
|
+
* Insert a inline math node with LaTeX string.
|
|
7
|
+
* @param options - Options for inserting inline math.
|
|
8
|
+
* @returns ReturnType
|
|
9
|
+
*/
|
|
10
|
+
setInlineMath: (options: {
|
|
11
|
+
latex: string;
|
|
12
|
+
}) => ReturnType;
|
|
13
|
+
};
|
|
14
|
+
CustomBlockMath: {
|
|
15
|
+
/**
|
|
16
|
+
* Insert a block math node with LaTeX string.
|
|
17
|
+
* @param options - Options for inserting block math.
|
|
18
|
+
* @returns ReturnType
|
|
19
|
+
*/
|
|
20
|
+
setBlockMath: (options: {
|
|
21
|
+
latex: string;
|
|
22
|
+
}) => ReturnType;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export declare const CustomInlineMathExtension: (options: EditorFnProps) => import("@tiptap/core").Node<import("@tiptap/extension-mathematics").InlineMathOptions, any>;
|
|
27
|
+
export declare const CustomBlockMathExtension: (options: EditorFnProps) => import("@tiptap/core").Node<import("@tiptap/extension-mathematics").BlockMathOptions, any>;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
import { BlockMath, InlineMath } from "@tiptap/extension-mathematics";
|
|
3
|
+
import { ReactNodeViewRenderer } from "@tiptap/react";
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { MathematicsBlockViewWrapper, MathematicsInlineViewWrapper } from "../component/Mathematics";
|
|
6
|
+
var CustomInlineMath = function CustomInlineMath(options) {
|
|
7
|
+
return InlineMath.extend({
|
|
8
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
9
|
+
var _this = this;
|
|
10
|
+
return {
|
|
11
|
+
'Mod-6': function Mod6() {
|
|
12
|
+
return _this.editor.commands.insertContent({
|
|
13
|
+
type: _this.name,
|
|
14
|
+
attrs: {
|
|
15
|
+
latex: ''
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
},
|
|
21
|
+
addCommands: function addCommands() {
|
|
22
|
+
var _this2 = this;
|
|
23
|
+
return {
|
|
24
|
+
setInlineMath: function setInlineMath(options) {
|
|
25
|
+
return function (_ref) {
|
|
26
|
+
var commands = _ref.commands;
|
|
27
|
+
return commands.insertContent({
|
|
28
|
+
type: _this2.name,
|
|
29
|
+
attrs: {
|
|
30
|
+
latex: options.latex
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
},
|
|
37
|
+
addNodeView: function addNodeView() {
|
|
38
|
+
return ReactNodeViewRenderer(function (renderProps) {
|
|
39
|
+
return /*#__PURE__*/React.createElement(MathematicsInlineViewWrapper, _extends({}, renderProps, options));
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
};
|
|
44
|
+
var CustomBlockMath = function CustomBlockMath(options) {
|
|
45
|
+
return BlockMath.extend({
|
|
46
|
+
addKeyboardShortcuts: function addKeyboardShortcuts() {
|
|
47
|
+
var _this3 = this;
|
|
48
|
+
return {
|
|
49
|
+
'Mod-7': function Mod7() {
|
|
50
|
+
return _this3.editor.commands.insertContent({
|
|
51
|
+
type: _this3.name,
|
|
52
|
+
attrs: {
|
|
53
|
+
latex: ''
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
},
|
|
59
|
+
addCommands: function addCommands() {
|
|
60
|
+
var _this4 = this;
|
|
61
|
+
return {
|
|
62
|
+
setBlockMath: function setBlockMath(options) {
|
|
63
|
+
return function (_ref2) {
|
|
64
|
+
var commands = _ref2.commands;
|
|
65
|
+
return commands.insertContent({
|
|
66
|
+
type: _this4.name,
|
|
67
|
+
attrs: {
|
|
68
|
+
latex: options.latex
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
},
|
|
75
|
+
addNodeView: function addNodeView() {
|
|
76
|
+
return ReactNodeViewRenderer(function (renderProps) {
|
|
77
|
+
return /*#__PURE__*/React.createElement(MathematicsBlockViewWrapper, _extends({}, renderProps, options));
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
};
|
|
82
|
+
export var CustomInlineMathExtension = function CustomInlineMathExtension(options) {
|
|
83
|
+
return CustomInlineMath(options).configure({
|
|
84
|
+
katexOptions: {
|
|
85
|
+
throwOnError: false,
|
|
86
|
+
displayMode: false
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
};
|
|
90
|
+
export var CustomBlockMathExtension = function CustomBlockMathExtension(options) {
|
|
91
|
+
return CustomBlockMath(options).configure({
|
|
92
|
+
katexOptions: {
|
|
93
|
+
throwOnError: false,
|
|
94
|
+
displayMode: true
|
|
95
|
+
}
|
|
96
|
+
});
|
|
97
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import Mention from "@tiptap/extension-mention";
|
|
2
|
+
import mentionSuggestion from "../suggestion/mention";
|
|
3
|
+
export var MentionExtension = function MentionExtension(props) {
|
|
4
|
+
return Mention.configure({
|
|
5
|
+
HTMLAttributes: {
|
|
6
|
+
class: 'mention'
|
|
7
|
+
},
|
|
8
|
+
suggestion: mentionSuggestion(props)
|
|
9
|
+
});
|
|
10
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Extension } from '@tiptap/core';
|
|
2
|
+
export declare const TableExtension: ({ editable }: {
|
|
3
|
+
editable: boolean;
|
|
4
|
+
}) => (Extension<any, any> | import("@tiptap/core").Node<import("@tiptap/extension-table").TableOptions, any> | import("@tiptap/core").Node<import("@tiptap/extension-table").TableHeaderOptions, any>)[];
|
|
5
|
+
export default TableExtension;
|