@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,192 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Regular expression to match LaTeX math strings wrapped in single dollar signs.
|
|
3
|
+
* This should not catch dollar signs which are not part of a math expression,
|
|
4
|
+
* like those used for currency or other purposes.
|
|
5
|
+
* It ensures that the dollar signs are not preceded or followed by digits,
|
|
6
|
+
* allowing for proper identification of inline math expressions.
|
|
7
|
+
*
|
|
8
|
+
* - `$x^2 + y^2 = z^2$` will match
|
|
9
|
+
* - `This is $inline math$ in text.` will match
|
|
10
|
+
* - `This is $100$ dollars.` will not match (as it is not a math expression)
|
|
11
|
+
* - `This is $x^2 + y^2 = z^2$ and $100$ dollars.` will match both math expressions
|
|
12
|
+
* - `$$\frac{a}{b}$$` will NOT match (block math should be handled separately)
|
|
13
|
+
*/
|
|
14
|
+
export var mathMigrationRegex = /\$(?!\d+\$)(?!\$)(.+?)(?<!\$)\$(?!\d)(?!\$)/g;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Regular expression to match LaTeX math strings wrapped in double dollar signs.
|
|
18
|
+
* This matches block-level math expressions that should be displayed on their own line.
|
|
19
|
+
*
|
|
20
|
+
* - `$$\frac{a}{b}$$` will match
|
|
21
|
+
* - `$$\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}$$` will match
|
|
22
|
+
* - `$$100$$ dollars` will not match (as it is not a math expression)
|
|
23
|
+
*/
|
|
24
|
+
export var blockMathMigrationRegex = /\$\$([^$]+)\$\$/g;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Alternative approach: First find all math patterns, then classify them
|
|
28
|
+
* This is more reliable than trying to use complex regex patterns
|
|
29
|
+
*/
|
|
30
|
+
export var allMathPatternsRegex = /\$\$?[^$]*\$\$?/g;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Creates a transaction that migrates existing math strings in the document to new math nodes.
|
|
34
|
+
* This function traverses the document and replaces LaTeX math syntax with proper math nodes,
|
|
35
|
+
* preserving the mathematical content. It handles both inline and block math expressions.
|
|
36
|
+
*
|
|
37
|
+
* Note: Math formulas inside <pre> and <code> tags are ignored to preserve code formatting.
|
|
38
|
+
*
|
|
39
|
+
* @param editor - The editor instance containing the schema and configuration
|
|
40
|
+
* @param tr - The transaction to modify with the migration operations
|
|
41
|
+
* @returns The modified transaction with math string replacements
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* ```typescript
|
|
45
|
+
* const editor = new Editor({ ... })
|
|
46
|
+
* const tr = editor.state.tr
|
|
47
|
+
* const updatedTr = createMathMigrateTransaction(editor, tr)
|
|
48
|
+
* editor.view.dispatch(updatedTr)
|
|
49
|
+
* ```
|
|
50
|
+
*/
|
|
51
|
+
export function createMathMigrateTransaction(editor, tr) {
|
|
52
|
+
var inlineMathNode = editor.schema.nodes.inlineMath;
|
|
53
|
+
var blockMathNode = editor.schema.nodes.blockMath;
|
|
54
|
+
|
|
55
|
+
// 收集所有需要处理的数学公式,按位置排序
|
|
56
|
+
var allMathReplacements = [];
|
|
57
|
+
|
|
58
|
+
// 第一遍:收集所有数学公式信息
|
|
59
|
+
tr.doc.descendants(function (node, pos) {
|
|
60
|
+
// 跳过代码块和预格式化文本
|
|
61
|
+
if (node.marks.some(function (mark) {
|
|
62
|
+
return mark.type.name === 'codeBlock' || mark.type.name === 'code';
|
|
63
|
+
})) {
|
|
64
|
+
return;
|
|
65
|
+
}
|
|
66
|
+
if (!node.isText || !node.text || !node.text.includes('$')) {
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
var text = node.text;
|
|
70
|
+
|
|
71
|
+
// 使用更可靠的方法:先找到所有可能的数学模式,然后分类
|
|
72
|
+
var allMatches = text.match(allMathPatternsRegex);
|
|
73
|
+
if (!allMatches) {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// 按位置排序,从后往前处理,避免位置偏移问题
|
|
78
|
+
var sortedMatches = allMatches.map(function (match) {
|
|
79
|
+
var isBlock = match.startsWith('$$') && match.endsWith('$$');
|
|
80
|
+
var type = isBlock ? 'block' : 'inline';
|
|
81
|
+
return {
|
|
82
|
+
match: match,
|
|
83
|
+
start: text.indexOf(match),
|
|
84
|
+
end: text.indexOf(match) + match.length,
|
|
85
|
+
type: type
|
|
86
|
+
};
|
|
87
|
+
}).sort(function (a, b) {
|
|
88
|
+
return b.start - a.start;
|
|
89
|
+
}); // 从后往前排序
|
|
90
|
+
|
|
91
|
+
sortedMatches.forEach(function (_ref) {
|
|
92
|
+
var match = _ref.match,
|
|
93
|
+
start = _ref.start,
|
|
94
|
+
end = _ref.end,
|
|
95
|
+
type = _ref.type;
|
|
96
|
+
var from = tr.mapping.map(pos + start);
|
|
97
|
+
var to = tr.mapping.map(pos + end);
|
|
98
|
+
var $from = tr.doc.resolve(from);
|
|
99
|
+
var parent = $from.parent;
|
|
100
|
+
var index = $from.index();
|
|
101
|
+
var latex;
|
|
102
|
+
if (type === 'block') {
|
|
103
|
+
latex = match.slice(2, -2); // 移除 $$ 符号
|
|
104
|
+
} else {
|
|
105
|
+
latex = match.slice(1, -1); // 移除 $ 符号
|
|
106
|
+
}
|
|
107
|
+
allMathReplacements.push({
|
|
108
|
+
pos: from,
|
|
109
|
+
match: match,
|
|
110
|
+
type: type,
|
|
111
|
+
latex: latex,
|
|
112
|
+
parent: parent,
|
|
113
|
+
index: index
|
|
114
|
+
});
|
|
115
|
+
});
|
|
116
|
+
});
|
|
117
|
+
|
|
118
|
+
// 按位置从后往前排序,避免位置偏移问题
|
|
119
|
+
allMathReplacements.sort(function (a, b) {
|
|
120
|
+
return b.pos - a.pos;
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
// 第二遍:执行替换
|
|
124
|
+
allMathReplacements.forEach(function (_ref2) {
|
|
125
|
+
var pos = _ref2.pos,
|
|
126
|
+
match = _ref2.match,
|
|
127
|
+
type = _ref2.type,
|
|
128
|
+
latex = _ref2.latex,
|
|
129
|
+
parent = _ref2.parent,
|
|
130
|
+
index = _ref2.index;
|
|
131
|
+
var mathNode;
|
|
132
|
+
if (type === 'block') {
|
|
133
|
+
// 块级数学公式
|
|
134
|
+
mathNode = blockMathNode;
|
|
135
|
+
} else {
|
|
136
|
+
// 行内数学公式
|
|
137
|
+
mathNode = inlineMathNode;
|
|
138
|
+
}
|
|
139
|
+
if (type === 'block') {
|
|
140
|
+
// 对于块级数学公式,需要特殊处理
|
|
141
|
+
// 1. 先删除原始文本
|
|
142
|
+
var endPos = pos + match.length;
|
|
143
|
+
tr.delete(pos, endPos);
|
|
144
|
+
|
|
145
|
+
// 2. 在删除位置插入块级数学节点
|
|
146
|
+
tr.insert(pos, mathNode.create({
|
|
147
|
+
latex: latex
|
|
148
|
+
}));
|
|
149
|
+
} else {
|
|
150
|
+
// 对于行内数学公式,在段落内部替换
|
|
151
|
+
if (!parent.canReplaceWith(index, index + 1, mathNode)) {
|
|
152
|
+
console.warn("\u65E0\u6CD5\u66FF\u6362\u884C\u5185\u6570\u5B66\u516C\u5F0F:", match);
|
|
153
|
+
return;
|
|
154
|
+
}
|
|
155
|
+
var _endPos = pos + match.length;
|
|
156
|
+
tr.replaceWith(pos, _endPos, mathNode.create({
|
|
157
|
+
latex: latex
|
|
158
|
+
}));
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
|
|
162
|
+
// don't add to history
|
|
163
|
+
tr.setMeta('addToHistory', false);
|
|
164
|
+
return tr;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* Migrates existing math strings in the editor document to math nodes.
|
|
169
|
+
* This function creates and dispatches a transaction that converts LaTeX math syntax
|
|
170
|
+
* into proper math nodes. It handles both inline math (single dollar signs) and
|
|
171
|
+
* block math (double dollar signs). The migration happens immediately and is not
|
|
172
|
+
* added to the editor's history.
|
|
173
|
+
*
|
|
174
|
+
* Note: Math formulas inside <pre> and <code> tags are ignored to preserve code formatting.
|
|
175
|
+
*
|
|
176
|
+
* @param editor - The editor instance to perform the migration on
|
|
177
|
+
*
|
|
178
|
+
* @example
|
|
179
|
+
* ```typescript
|
|
180
|
+
* const editor = new Editor({
|
|
181
|
+
* extensions: [Mathematics],
|
|
182
|
+
* content: 'This is inline math: $x^2 + y^2 = z^2$ and block math: $$\frac{a}{b}$$'
|
|
183
|
+
* })
|
|
184
|
+
*
|
|
185
|
+
* // Math strings will be automatically migrated to math nodes
|
|
186
|
+
* migrateMathStrings(editor)
|
|
187
|
+
* ```
|
|
188
|
+
*/
|
|
189
|
+
export function migrateMathStrings(editor) {
|
|
190
|
+
var tr = createMathMigrateTransaction(editor, editor.state.tr);
|
|
191
|
+
editor.view.dispatch(tr);
|
|
192
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Node } from '@tiptap/pm/model';
|
|
2
|
+
import { NodeTypeEnum } from "../contants/enums";
|
|
3
|
+
/**
|
|
4
|
+
* 从编辑器内容中递归获取所有文件资源
|
|
5
|
+
* @param content - 编辑器内容节点
|
|
6
|
+
* @returns 所有文件资源数组
|
|
7
|
+
*/
|
|
8
|
+
export declare function getAllResources(content: Node): Node[];
|
|
9
|
+
/**
|
|
10
|
+
* 根据资源类型筛选资源
|
|
11
|
+
* @param resources - 文件资源数组
|
|
12
|
+
* @param types - 要筛选的资源类型
|
|
13
|
+
* @returns 筛选后的资源数组
|
|
14
|
+
*/
|
|
15
|
+
export declare function filterResourcesByType(resources: Node[], types: NodeTypeEnum[]): Node[];
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { NodeTypeEnum } from "../contants/enums";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* 文件资源类型映射
|
|
11
|
+
*/
|
|
12
|
+
var FILE_RESOURCE_TYPES = new Set([NodeTypeEnum.Video, NodeTypeEnum.Audio, NodeTypeEnum.Image, NodeTypeEnum.InlineAttachment, NodeTypeEnum.BlockAttachment]);
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* 递归遍历节点,获取所有文件资源
|
|
16
|
+
* @param node - 要遍历的节点
|
|
17
|
+
* @param path - 当前节点路径
|
|
18
|
+
* @returns 文件资源数组
|
|
19
|
+
*/
|
|
20
|
+
function extractResourcesFromNode(node) {
|
|
21
|
+
var path = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
|
22
|
+
var resources = [];
|
|
23
|
+
|
|
24
|
+
// 检查当前节点是否为文件资源
|
|
25
|
+
if (FILE_RESOURCE_TYPES.has(node.type.name)) {
|
|
26
|
+
var _node$attrs, _node$attrs2;
|
|
27
|
+
var src = ((_node$attrs = node.attrs) === null || _node$attrs === void 0 ? void 0 : _node$attrs.src) || ((_node$attrs2 = node.attrs) === null || _node$attrs2 === void 0 ? void 0 : _node$attrs2.url);
|
|
28
|
+
if (src) {
|
|
29
|
+
resources.push(node);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// 递归遍历子节点
|
|
34
|
+
if (node.content) {
|
|
35
|
+
node.content.forEach(function (childNode, index) {
|
|
36
|
+
var childPath = [].concat(_toConsumableArray(path), [index]);
|
|
37
|
+
resources.push.apply(resources, _toConsumableArray(extractResourcesFromNode(childNode, childPath)));
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
return resources;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* 从编辑器内容中递归获取所有文件资源
|
|
45
|
+
* @param content - 编辑器内容节点
|
|
46
|
+
* @returns 所有文件资源数组
|
|
47
|
+
*/
|
|
48
|
+
export function getAllResources(content) {
|
|
49
|
+
return extractResourcesFromNode(content);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 根据资源类型筛选资源
|
|
54
|
+
* @param resources - 文件资源数组
|
|
55
|
+
* @param types - 要筛选的资源类型
|
|
56
|
+
* @returns 筛选后的资源数组
|
|
57
|
+
*/
|
|
58
|
+
export function filterResourcesByType(resources, types) {
|
|
59
|
+
return resources.filter(function (resource) {
|
|
60
|
+
return types.includes(resource.type.name);
|
|
61
|
+
});
|
|
62
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MAC_SYMBOLS } from "../contants/shortcut-key";
|
|
2
|
+
export var isMac = function isMac() {
|
|
3
|
+
return typeof navigator !== "undefined" && navigator.platform.toLowerCase().includes("mac");
|
|
4
|
+
};
|
|
5
|
+
export var getShortcutKeyText = function getShortcutKeyText(shortcutKey) {
|
|
6
|
+
return shortcutKey === null || shortcutKey === void 0 ? void 0 : shortcutKey.map(function (it) {
|
|
7
|
+
return isMac() ? MAC_SYMBOLS[it] || it : it;
|
|
8
|
+
}).join(' + ');
|
|
9
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ctzhian/tiptap",
|
|
3
|
+
"version": "0.4.0",
|
|
4
|
+
"description": "基于 Tiptap 二次开发的编辑器组件",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"authors": [
|
|
9
|
+
"ky.kyy@qq.com"
|
|
10
|
+
],
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/KuaiYu95/tiptap-v3.git"
|
|
14
|
+
},
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/KuaiYu95/tiptap-v3/issues"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"react",
|
|
20
|
+
"tiptap",
|
|
21
|
+
"editor"
|
|
22
|
+
],
|
|
23
|
+
"publishConfig": {
|
|
24
|
+
"access": "public",
|
|
25
|
+
"registry": "https://registry.npmjs.org/"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://github.com/KuaiYu95/tiptap-v3#readme",
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"files": [
|
|
30
|
+
"dist"
|
|
31
|
+
],
|
|
32
|
+
"commitlint": {
|
|
33
|
+
"extends": [
|
|
34
|
+
"@commitlint/config-conventional"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"lint-staged": {
|
|
38
|
+
"*.{md,json}": [
|
|
39
|
+
"prettier --write --no-error-on-unmatched-pattern"
|
|
40
|
+
],
|
|
41
|
+
"*.{css,less}": [
|
|
42
|
+
"stylelint --fix",
|
|
43
|
+
"prettier --write"
|
|
44
|
+
],
|
|
45
|
+
"*.{js,jsx}": [
|
|
46
|
+
"eslint --fix",
|
|
47
|
+
"prettier --write"
|
|
48
|
+
],
|
|
49
|
+
"*.{ts,tsx}": [
|
|
50
|
+
"eslint --fix",
|
|
51
|
+
"prettier --parser=typescript --write"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"@emotion/react": "^11",
|
|
56
|
+
"@emotion/styled": "^11",
|
|
57
|
+
"@mui/icons-material": "^7",
|
|
58
|
+
"@mui/material": "^7",
|
|
59
|
+
"@mui/utils": "^7",
|
|
60
|
+
"react": ">=16.9.0",
|
|
61
|
+
"react-dom": ">=16.9.0"
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@commitlint/cli": "^17.1.2",
|
|
65
|
+
"@commitlint/config-conventional": "^17.1.0",
|
|
66
|
+
"@types/react": "^18.0.0",
|
|
67
|
+
"@types/react-dom": "^18.0.0",
|
|
68
|
+
"@umijs/lint": "^4.0.0",
|
|
69
|
+
"dumi": "^2.4.13",
|
|
70
|
+
"eslint": "^8.23.0",
|
|
71
|
+
"father": "^4.1.0",
|
|
72
|
+
"husky": "^8.0.1",
|
|
73
|
+
"lint-staged": "^13.0.3",
|
|
74
|
+
"prettier": "^2.7.1",
|
|
75
|
+
"prettier-plugin-organize-imports": "^3.0.0",
|
|
76
|
+
"prettier-plugin-packagejson": "^2.2.18",
|
|
77
|
+
"react": "^18.0.0",
|
|
78
|
+
"react-dom": "^18.0.0",
|
|
79
|
+
"stylelint": "^14.9.1"
|
|
80
|
+
},
|
|
81
|
+
"dependencies": {
|
|
82
|
+
"@floating-ui/dom": "^1.7.2",
|
|
83
|
+
"@tiptap/core": "^3.3.0",
|
|
84
|
+
"@tiptap/extension-bubble-menu": "^3.3.0",
|
|
85
|
+
"@tiptap/extension-code-block-lowlight": "^3.3.0",
|
|
86
|
+
"@tiptap/extension-details": "^3.3.0",
|
|
87
|
+
"@tiptap/extension-drag-handle-react": "^3.3.0",
|
|
88
|
+
"@tiptap/extension-emoji": "^3.3.0",
|
|
89
|
+
"@tiptap/extension-file-handler": "^3.3.0",
|
|
90
|
+
"@tiptap/extension-highlight": "^3.3.0",
|
|
91
|
+
"@tiptap/extension-image": "^3.3.0",
|
|
92
|
+
"@tiptap/extension-invisible-characters": "^3.3.0",
|
|
93
|
+
"@tiptap/extension-link": "^3.3.0",
|
|
94
|
+
"@tiptap/extension-list": "^3.3.0",
|
|
95
|
+
"@tiptap/extension-mathematics": "^3.3.0",
|
|
96
|
+
"@tiptap/extension-mention": "^3.3.0",
|
|
97
|
+
"@tiptap/extension-subscript": "^3.3.0",
|
|
98
|
+
"@tiptap/extension-superscript": "^3.3.0",
|
|
99
|
+
"@tiptap/extension-table": "^3.3.0",
|
|
100
|
+
"@tiptap/extension-table-of-contents": "^3.3.0",
|
|
101
|
+
"@tiptap/extension-text-align": "^3.3.0",
|
|
102
|
+
"@tiptap/extension-text-style": "^3.3.0",
|
|
103
|
+
"@tiptap/extension-unique-id": "^3.3.0",
|
|
104
|
+
"@tiptap/extension-youtube": "^3.3.0",
|
|
105
|
+
"@tiptap/extensions": "^3.3.0",
|
|
106
|
+
"@tiptap/html": "^3.3.0",
|
|
107
|
+
"@tiptap/pm": "^3.3.0",
|
|
108
|
+
"@tiptap/react": "^3.3.0",
|
|
109
|
+
"@tiptap/starter-kit": "^3.3.0",
|
|
110
|
+
"@tiptap/static-renderer": "^3.3.0",
|
|
111
|
+
"@tiptap/suggestion": "^3.3.0",
|
|
112
|
+
"highlight.js": "^11.11.1",
|
|
113
|
+
"jszip": "^3.10.1",
|
|
114
|
+
"katex": "^0.16.22",
|
|
115
|
+
"linkifyjs": "^4.3.2",
|
|
116
|
+
"lowlight": "^3.3.0",
|
|
117
|
+
"react-colorful": "^5.6.1",
|
|
118
|
+
"react-image-crop": "^11.0.10",
|
|
119
|
+
"react-photo-view": "^1.2.7",
|
|
120
|
+
"uuid": "^11.1.0"
|
|
121
|
+
},
|
|
122
|
+
"scripts": {
|
|
123
|
+
"start": "npm run dev",
|
|
124
|
+
"dev": "dumi dev",
|
|
125
|
+
"build": "rm -rf dist && father build",
|
|
126
|
+
"build:watch": "father dev",
|
|
127
|
+
"docs:build": "dumi build",
|
|
128
|
+
"docs:preview": "dumi preview",
|
|
129
|
+
"doctor": "father doctor",
|
|
130
|
+
"lint": "npm run lint:es && npm run lint:css",
|
|
131
|
+
"lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
|
|
132
|
+
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
|
|
133
|
+
"pre": "pnpm build && pnpm link --global"
|
|
134
|
+
}
|
|
135
|
+
}
|