Skip to content

feat(milkdown): 新增 @cherry-markdown/milkdown WYSIWYG 编辑包 - #1840

Draft
RSS1102 wants to merge 24 commits into
devfrom
rss1102/feat-milkdown-package
Draft

RSS1102 wants to merge 24 commits into
devfrom
rss1102/feat-milkdown-package

Conversation

@RSS1102

@RSS1102 RSS1102 commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • 新增可安装的 @cherry-markdown/milkdown 扩展,以 extensions: [milkdown()] 按 Cherry 实例启用 Milkdown 即见即所得预览编辑。
  • 保留 Cherry 原有双栏布局、CodeMirror、工具栏、主题、目录、搜索、图片/Mermaid 原生控件和模式切换;Milkdown 只作为增量预览编辑面,不替换 Cherry 主编辑器。
  • Milkdown 编辑内容、Cherry getMarkdown() 和 CodeMirror 源码区双向同步,避免快速输入、API 更新、模式切换造成回退或回环。
  • 普通 Markdown 使用可编辑结构化节点;Panel、Detail、Tabs、Timeline、TOC、HTML、Mermaid、表格图表和其他 Cherry 语法保留 Cherry 原生视觉,并在节点内按需编辑源码,不新增弹窗。
  • 表格 ECharts 识别、原始 Markdown 保留、懒加载渲染和普通表格 fallback 已覆盖;图片尺寸/装饰和 Mermaid 尺寸/对齐继续复用 Cherry 原生交互。
  • Cherry-Markdown 仅增加扩展挂载、预览同步、工具栏桥接和生命周期所需的最小 API;不迁移 Engine/core,也不新增独立 Cherry 渲染状态。
  • 默认 demo 使用完整 examples/assets/markdown/index.md 和原双栏页面;同时提供 React/Vite 工程化 demo 与发布包 consumer fixture。

Package contract

  • 安装 @cherry-markdown/milkdown 时由使用方提供 peer dependencies:cherry-markdown@milkdown/kitmathlivemermaid 为 optional peer dependency。

  • 推荐用法:

    import Cherry from 'cherry-markdown';
    import { milkdown } from '@cherry-markdown/milkdown';
    
    const cherry = new Cherry({
      ...basicConfig,
      extensions: [milkdown()],
    });
  • 保留 attachCherryMilkdownPreview()createCherryMilkdown() 兼容入口;推荐路径统一为按实例启用 milkdown()

  • Milkdown 复用当前 Cherry 实例的 Engine 和 renderer,不重复打包 Cherry 或创建第二套 Markdown 状态。

Validation

Automated

  • Milkdown unit tests:85 passed。
  • Cherry extension/preview/toolbar/search targeted tests:144 passed。
  • yarn typecheck:milkdownyarn typecheck:core
  • yarn build:milkdownyarn workspace @cherry-markdown/milkdown build:demo
  • node packages/milkdown/scripts/verify-consumer.mjs:从打包后的真实包和公开 peer dependencies 构建 consumer fixture。
  • MILKDOWN_E2E_PORT=4178 yarn test:e2e:milkdown:Chromium 13/13 passed,覆盖双向同步、表格 ECharts、图片、Mermaid、代码块、标题、目录/链接、工具栏、搜索、模式切换和 mount/destroy 压力。
  • git diff --check

Browser smoke check

  • 使用应用内浏览器打开完整 React/Vite Milkdown demo,手动确认双栏加载、目录同步滚动、标题级别切换、代码块输入/语言切换、图片八点缩放、Mermaid 源码面板、表格 ECharts SVG 渲染和源码重绘。
  • 浏览器 pageerror、未处理 Promise、console.error 和 renderer error 均为空。

Scope

  • 本 PR 专注 Milkdown 插件及 Cherry 的最小兼容改动,不包含 @cherry-markdown/engine 独立源码层、coreengine/src/syntax 的迁移或 Cherry 主编辑器替换。

@changeset-bot

changeset-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 454819c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@cherry-markdown/milkdown Minor
cherry-markdown Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Aug 3, 2026

Copy link
Copy Markdown

Open in StackBlitz

cherry-markdown

pnpm add https://pkg.pr.new/Tencent/cherry-markdown@1840
npm i https://pkg.pr.new/Tencent/cherry-markdown@1840
yarn add https://pkg.pr.new/Tencent/cherry-markdown@1840.tgz

@cherry-markdown/milkdown

pnpm add https://pkg.pr.new/Tencent/cherry-markdown/@cherry-markdown/milkdown@1840
npm i https://pkg.pr.new/Tencent/cherry-markdown/@cherry-markdown/milkdown@1840
yarn add https://pkg.pr.new/Tencent/cherry-markdown/@cherry-markdown/milkdown@1840.tgz

@cherry-markdown/miniprogram

pnpm add https://pkg.pr.new/Tencent/cherry-markdown/@cherry-markdown/miniprogram@1840
npm i https://pkg.pr.new/Tencent/cherry-markdown/@cherry-markdown/miniprogram@1840
yarn add https://pkg.pr.new/Tencent/cherry-markdown/@cherry-markdown/miniprogram@1840.tgz

commit: 454819c

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Size Change: +10.8 kB (+0.15%)

Total Size: 6.98 MB

📦 View Changed
Filename Size Change
packages/cherry-markdown/dist/cherry-markdown.core.esm.js 519 kB +1.45 kB (+0.28%)
packages/cherry-markdown/dist/cherry-markdown.core.js 611 kB +1.49 kB (+0.25%)
packages/cherry-markdown/dist/cherry-markdown.engine.core.esm.js 164 kB +144 B (+0.09%)
packages/cherry-markdown/dist/cherry-markdown.engine.core.js 187 kB +128 B (+0.07%)
packages/cherry-markdown/dist/cherry-markdown.engine.esm.js 167 kB +146 B (+0.09%)
packages/cherry-markdown/dist/cherry-markdown.engine.js 190 kB +132 B (+0.07%)
packages/cherry-markdown/dist/cherry-markdown.esm.js 1.46 MB +1.36 kB (+0.09%)
packages/cherry-markdown/dist/cherry-markdown.js 2.4 MB +2.76 kB (+0.12%)
packages/cherry-markdown/dist/cherry-markdown.stream.esm.js 339 kB +1.06 kB (+0.32%)
packages/cherry-markdown/dist/cherry-markdown.stream.js 401 kB +1.12 kB (+0.28%)
packages/cherry-markdown/dist/types/Cherry.d.ts 5.46 kB +204 B (+3.88%)
packages/cherry-markdown/dist/types/Editor.d.ts 6.78 kB +115 B (+1.72%)
packages/cherry-markdown/dist/types/Previewer.d.ts 3.42 kB +628 B (+22.45%) 🚨
packages/miniProgram/dist/miniProgram.esm.js 114 kB +24 B (+0.02%)
ℹ️ View Unchanged
Filename Size
packages/cherry-markdown/dist/addons/advance/cherry-codeblock-echarts-plugin.esm.js 11.8 kB
packages/cherry-markdown/dist/addons/advance/cherry-codeblock-echarts-plugin.js 11.9 kB
packages/cherry-markdown/dist/addons/advance/cherry-table-echarts-plugin.esm.js 11.7 kB
packages/cherry-markdown/dist/addons/advance/cherry-table-echarts-plugin.js 13.1 kB
packages/cherry-markdown/dist/addons/advance/cherry-tapd-checklist-plugin.esm.js 5.11 kB
packages/cherry-markdown/dist/addons/advance/cherry-tapd-checklist-plugin.js 6.2 kB
packages/cherry-markdown/dist/addons/advance/cherry-tapd-html-tag-plugin.esm.js 5.25 kB
packages/cherry-markdown/dist/addons/advance/cherry-tapd-html-tag-plugin.js 6.35 kB
packages/cherry-markdown/dist/addons/advance/cherry-tapd-table-plugin.esm.js 6.12 kB
packages/cherry-markdown/dist/addons/advance/cherry-tapd-table-plugin.js 7.79 kB
packages/cherry-markdown/dist/addons/cherry-code-block-mermaid-plugin.esm.js 3.98 kB
packages/cherry-markdown/dist/addons/cherry-code-block-mermaid-plugin.js 4.49 kB
packages/cherry-markdown/dist/addons/cherry-code-block-plantuml-plugin.esm.js 5.81 kB
packages/cherry-markdown/dist/addons/cherry-code-block-plantuml-plugin.js 5.77 kB
packages/cherry-markdown/dist/cherry-markdown.core.d.ts 107 B
packages/cherry-markdown/dist/cherry-markdown.core.esm.d.ts 107 B
packages/cherry-markdown/dist/cherry-markdown.css 41.5 kB
packages/cherry-markdown/dist/cherry-markdown.d.ts 102 B
packages/cherry-markdown/dist/cherry-markdown.engine.core.d.ts 117 B
packages/cherry-markdown/dist/cherry-markdown.engine.core.esm.d.ts 117 B
packages/cherry-markdown/dist/cherry-markdown.engine.d.ts 112 B
packages/cherry-markdown/dist/cherry-markdown.engine.esm.d.ts 112 B
packages/cherry-markdown/dist/cherry-markdown.esm.d.ts 102 B
packages/cherry-markdown/dist/cherry-markdown.markdown.css 25.9 kB
packages/cherry-markdown/dist/cherry-markdown.markdown.min.css 17.3 kB
packages/cherry-markdown/dist/cherry-markdown.min.css 31.5 kB
packages/cherry-markdown/dist/cherry-markdown.stream.d.ts 101 B
packages/cherry-markdown/dist/cherry-markdown.stream.esm.d.ts 101 B
packages/cherry-markdown/dist/types/addons/advance/cherry-codeblock-echarts-plugin.d.ts 498 B
packages/cherry-markdown/dist/types/addons/advance/cherry-table-echarts-plugin.d.ts 2.54 kB
packages/cherry-markdown/dist/types/addons/advance/cherry-tapd-checklist-plugin.d.ts 326 B
packages/cherry-markdown/dist/types/addons/advance/cherry-tapd-html-tag-plugin.d.ts 497 B
packages/cherry-markdown/dist/types/addons/advance/cherry-tapd-table-plugin.d.ts 1.15 kB
packages/cherry-markdown/dist/types/addons/cherry-code-block-mermaid-plugin.d.ts 2.63 kB
packages/cherry-markdown/dist/types/addons/cherry-code-block-plantuml-plugin.d.ts 160 B
packages/cherry-markdown/dist/types/Cherry.config.d.ts 123 B
packages/cherry-markdown/dist/types/CherryStatic.d.ts 638 B
packages/cherry-markdown/dist/types/CherryStream.d.ts 1.59 kB
packages/cherry-markdown/dist/types/core/HookCenter.d.ts 793 B
packages/cherry-markdown/dist/types/core/hooks/AiFlowAutoClose.d.ts 373 B
packages/cherry-markdown/dist/types/core/hooks/AutoLink.d.ts 1.13 kB
packages/cherry-markdown/dist/types/core/hooks/BackgroundColor.d.ts 191 B
packages/cherry-markdown/dist/types/core/hooks/Blockquote.d.ts 197 B
packages/cherry-markdown/dist/types/core/hooks/Br.d.ts 195 B
packages/cherry-markdown/dist/types/core/hooks/CodeBlock.d.ts 1.6 kB
packages/cherry-markdown/dist/types/core/hooks/Color.d.ts 185 B
packages/cherry-markdown/dist/types/core/hooks/CommentReference.d.ts 669 B
packages/cherry-markdown/dist/types/core/hooks/Detail.d.ts 331 B
packages/cherry-markdown/dist/types/core/hooks/Emoji.config.d.ts 9.31 kB
packages/cherry-markdown/dist/types/core/hooks/Emoji.d.ts 9.36 kB
packages/cherry-markdown/dist/types/core/hooks/Emphasis.d.ts 268 B
packages/cherry-markdown/dist/types/core/hooks/Footnote.d.ts 310 B
packages/cherry-markdown/dist/types/core/hooks/FrontMatter.d.ts 195 B
packages/cherry-markdown/dist/types/core/hooks/Header.d.ts 598 B
packages/cherry-markdown/dist/types/core/hooks/HighLight.d.ts 157 B
packages/cherry-markdown/dist/types/core/hooks/Hr.d.ts 226 B
packages/cherry-markdown/dist/types/core/hooks/HtmlBlock.d.ts 317 B
packages/cherry-markdown/dist/types/core/hooks/Image.d.ts 327 B
packages/cherry-markdown/dist/types/core/hooks/InlineCode.d.ts 184 B
packages/cherry-markdown/dist/types/core/hooks/InlineMath.d.ts 711 B
packages/cherry-markdown/dist/types/core/hooks/Link.d.ts 564 B
packages/cherry-markdown/dist/types/core/hooks/List.d.ts 350 B
packages/cherry-markdown/dist/types/core/hooks/MathBlock.d.ts 465 B
packages/cherry-markdown/dist/types/core/hooks/Panel.d.ts 1.5 kB
packages/cherry-markdown/dist/types/core/hooks/Paragraph.d.ts 667 B
packages/cherry-markdown/dist/types/core/hooks/Ruby.d.ts 156 B
packages/cherry-markdown/dist/types/core/hooks/Size.d.ts 179 B
packages/cherry-markdown/dist/types/core/hooks/Space.d.ts 201 B
packages/cherry-markdown/dist/types/core/hooks/Strikethrough.d.ts 241 B
packages/cherry-markdown/dist/types/core/hooks/Sub.d.ts 182 B
packages/cherry-markdown/dist/types/core/hooks/Suggester.d.ts 2.22 kB
packages/cherry-markdown/dist/types/core/hooks/SuggestList.d.ts 158 B
packages/cherry-markdown/dist/types/core/hooks/Sup.d.ts 182 B
packages/cherry-markdown/dist/types/core/hooks/Table.d.ts 558 B
packages/cherry-markdown/dist/types/core/hooks/Toc.d.ts 977 B
packages/cherry-markdown/dist/types/core/hooks/Transfer.d.ts 188 B
packages/cherry-markdown/dist/types/core/hooks/Underline.d.ts 159 B
packages/cherry-markdown/dist/types/core/HooksConfig.d.ts 511 B
packages/cherry-markdown/dist/types/core/ParagraphBase.d.ts 1.42 kB
packages/cherry-markdown/dist/types/core/SyntaxBase.d.ts 956 B
packages/cherry-markdown/dist/types/Engine.d.ts 1.78 kB
packages/cherry-markdown/dist/types/Event.d.ts 531 B
packages/cherry-markdown/dist/types/Factory.d.ts 1.02 kB
packages/cherry-markdown/dist/types/index.core.d.ts 180 B
packages/cherry-markdown/dist/types/index.d.ts 122 B
packages/cherry-markdown/dist/types/index.engine.core.d.ts 375 B
packages/cherry-markdown/dist/types/index.engine.d.ts 93 B
packages/cherry-markdown/dist/types/index.stream.d.ts 107 B
packages/cherry-markdown/dist/types/libs/rawdeflate.d.ts 87 B
packages/cherry-markdown/dist/types/locales/en_US.d.ts 1.18 kB
packages/cherry-markdown/dist/types/locales/index.d.ts 141 B
packages/cherry-markdown/dist/types/locales/ru_RU.d.ts 1.18 kB
packages/cherry-markdown/dist/types/locales/zh_CN.d.ts 1.18 kB
packages/cherry-markdown/dist/types/Logger.d.ts 441 B
packages/cherry-markdown/dist/types/Sanitizer.d.ts 69 B
packages/cherry-markdown/dist/types/toolbars/Bubble.d.ts 1.02 kB
packages/cherry-markdown/dist/types/toolbars/BubbleFormula.d.ts 1.38 kB
packages/cherry-markdown/dist/types/toolbars/BubbleTable.d.ts 329 B
packages/cherry-markdown/dist/types/toolbars/FloatMenu.d.ts 767 B
packages/cherry-markdown/dist/types/toolbars/HiddenToolbar.d.ts 226 B
packages/cherry-markdown/dist/types/toolbars/HookCenter.d.ts 509 B
packages/cherry-markdown/dist/types/toolbars/hooks/Align.d.ts 191 B
packages/cherry-markdown/dist/types/toolbars/hooks/Audio.d.ts 377 B
packages/cherry-markdown/dist/types/toolbars/hooks/Bold.d.ts 458 B
packages/cherry-markdown/dist/types/toolbars/hooks/Br.d.ts 374 B
packages/cherry-markdown/dist/types/toolbars/hooks/ChangeLocale.d.ts 255 B
packages/cherry-markdown/dist/types/toolbars/hooks/CheckList.d.ts 357 B
packages/cherry-markdown/dist/types/toolbars/hooks/Code.d.ts 402 B
packages/cherry-markdown/dist/types/toolbars/hooks/CodeTheme.d.ts 454 B
packages/cherry-markdown/dist/types/toolbars/hooks/Color.d.ts 2.1 kB
packages/cherry-markdown/dist/types/toolbars/hooks/Copy.d.ts 701 B
packages/cherry-markdown/dist/types/toolbars/hooks/CursorPosition.d.ts 209 B
packages/cherry-markdown/dist/types/toolbars/hooks/Detail.d.ts 328 B
packages/cherry-markdown/dist/types/toolbars/hooks/DrawIo.d.ts 425 B
packages/cherry-markdown/dist/types/toolbars/hooks/Export.d.ts 198 B
packages/cherry-markdown/dist/types/toolbars/hooks/File.d.ts 373 B
packages/cherry-markdown/dist/types/toolbars/hooks/Formula.d.ts 511 B
packages/cherry-markdown/dist/types/toolbars/hooks/FullScreen.d.ts 208 B
packages/cherry-markdown/dist/types/toolbars/hooks/Graph.d.ts 740 B
packages/cherry-markdown/dist/types/toolbars/hooks/H1.d.ts 394 B
packages/cherry-markdown/dist/types/toolbars/hooks/H2.d.ts 395 B
packages/cherry-markdown/dist/types/toolbars/hooks/H3.d.ts 395 B
packages/cherry-markdown/dist/types/toolbars/hooks/Header.d.ts 509 B
packages/cherry-markdown/dist/types/toolbars/hooks/Hr.d.ts 377 B
packages/cherry-markdown/dist/types/toolbars/hooks/Image.d.ts 394 B
packages/cherry-markdown/dist/types/toolbars/hooks/InlineCode.d.ts 440 B
packages/cherry-markdown/dist/types/toolbars/hooks/Insert.d.ts 478 B
packages/cherry-markdown/dist/types/toolbars/hooks/Italic.d.ts 470 B
packages/cherry-markdown/dist/types/toolbars/hooks/Justify.d.ts 163 B
packages/cherry-markdown/dist/types/toolbars/hooks/Link.d.ts 397 B
packages/cherry-markdown/dist/types/toolbars/hooks/List.d.ts 492 B
packages/cherry-markdown/dist/types/toolbars/hooks/MobilePreview.d.ts 319 B
packages/cherry-markdown/dist/types/toolbars/hooks/Ol.d.ts 353 B
packages/cherry-markdown/dist/types/toolbars/hooks/Panel.d.ts 479 B
packages/cherry-markdown/dist/types/toolbars/hooks/Pdf.d.ts 372 B
packages/cherry-markdown/dist/types/toolbars/hooks/ProTable.d.ts 565 B
packages/cherry-markdown/dist/types/toolbars/hooks/Publish.d.ts 390 B
packages/cherry-markdown/dist/types/toolbars/hooks/QuickTable.d.ts 444 B
packages/cherry-markdown/dist/types/toolbars/hooks/Quote.d.ts 249 B
packages/cherry-markdown/dist/types/toolbars/hooks/Redo.d.ts 266 B
packages/cherry-markdown/dist/types/toolbars/hooks/Ruby.d.ts 449 B
packages/cherry-markdown/dist/types/toolbars/hooks/Search.d.ts 636 B
packages/cherry-markdown/dist/types/toolbars/hooks/Settings.d.ts 758 B
packages/cherry-markdown/dist/types/toolbars/hooks/ShortcutKey.d.ts 446 B
packages/cherry-markdown/dist/types/toolbars/hooks/Size.d.ts 304 B
packages/cherry-markdown/dist/types/toolbars/hooks/Split.d.ts 323 B
packages/cherry-markdown/dist/types/toolbars/hooks/Strikethrough.d.ts 409 B
packages/cherry-markdown/dist/types/toolbars/hooks/Sub.d.ts 375 B
packages/cherry-markdown/dist/types/toolbars/hooks/Sup.d.ts 375 B
packages/cherry-markdown/dist/types/toolbars/hooks/SwitchModel.d.ts 288 B
packages/cherry-markdown/dist/types/toolbars/hooks/Table.d.ts 419 B
packages/cherry-markdown/dist/types/toolbars/hooks/Theme.d.ts 469 B
packages/cherry-markdown/dist/types/toolbars/hooks/Timeline.d.ts 468 B
packages/cherry-markdown/dist/types/toolbars/hooks/Toc.d.ts 374 B
packages/cherry-markdown/dist/types/toolbars/hooks/TogglePreview.d.ts 346 B
packages/cherry-markdown/dist/types/toolbars/hooks/Ul.d.ts 353 B
packages/cherry-markdown/dist/types/toolbars/hooks/Underline.d.ts 406 B
packages/cherry-markdown/dist/types/toolbars/hooks/Undo.d.ts 248 B
packages/cherry-markdown/dist/types/toolbars/hooks/Video.d.ts 376 B
packages/cherry-markdown/dist/types/toolbars/hooks/Word.d.ts 373 B
packages/cherry-markdown/dist/types/toolbars/hooks/WordCount.d.ts 436 B
packages/cherry-markdown/dist/types/toolbars/MenuBase.d.ts 2.88 kB
packages/cherry-markdown/dist/types/toolbars/MermaidBubbleSession.d.ts 1.3 kB
packages/cherry-markdown/dist/types/toolbars/PreviewerBubble.d.ts 3.1 kB
packages/cherry-markdown/dist/types/toolbars/searcher/bridge-utils.d.ts 826 B
packages/cherry-markdown/dist/types/toolbars/searcher/config.d.ts 790 B
packages/cherry-markdown/dist/types/toolbars/searcher/panel-dom.d.ts 328 B
packages/cherry-markdown/dist/types/toolbars/searcher/search-utils.d.ts 570 B
packages/cherry-markdown/dist/types/toolbars/searcher/SearcherBridge.d.ts 751 B
packages/cherry-markdown/dist/types/toolbars/searcher/SearcherPanel.d.ts 3.35 kB
packages/cherry-markdown/dist/types/toolbars/ShortcutKeyConfigPanel.d.ts 1.37 kB
packages/cherry-markdown/dist/types/toolbars/Sidebar.d.ts 224 B
packages/cherry-markdown/dist/types/toolbars/Toc.d.ts 384 B
packages/cherry-markdown/dist/types/toolbars/Toolbar.d.ts 2.24 kB
packages/cherry-markdown/dist/types/toolbars/ToolbarRight.d.ts 156 B
packages/cherry-markdown/dist/types/UrlCache.d.ts 529 B
packages/cherry-markdown/dist/types/utils/async-render-handler.d.ts 346 B
packages/cherry-markdown/dist/types/utils/autoindent.d.ts 237 B
packages/cherry-markdown/dist/types/utils/code-preview-language-setting.d.ts 169 B
packages/cherry-markdown/dist/types/utils/codeBlockContentHandler.d.ts 949 B
packages/cherry-markdown/dist/types/utils/color.d.ts 205 B
packages/cherry-markdown/dist/types/utils/config.d.ts 979 B
packages/cherry-markdown/dist/types/utils/copy.d.ts 222 B
packages/cherry-markdown/dist/types/utils/dialog.d.ts 195 B
packages/cherry-markdown/dist/types/utils/dom.d.ts 650 B
packages/cherry-markdown/dist/types/utils/downloadUtil.d.ts 426 B
packages/cherry-markdown/dist/types/utils/env.d.ts 482 B
packages/cherry-markdown/dist/types/utils/error.d.ts 185 B
packages/cherry-markdown/dist/types/utils/event.d.ts 440 B
packages/cherry-markdown/dist/types/utils/export.d.ts 422 B
packages/cherry-markdown/dist/types/utils/exportWord.d.ts 424 B
packages/cherry-markdown/dist/types/utils/external.d.ts 576 B
packages/cherry-markdown/dist/types/utils/file.d.ts 865 B
packages/cherry-markdown/dist/types/utils/footnoteHoverHandler.d.ts 889 B
packages/cherry-markdown/dist/types/utils/formulaUtilsHandler.d.ts 638 B
packages/cherry-markdown/dist/types/utils/hash.d.ts 389 B
packages/cherry-markdown/dist/types/utils/htmlparser.d.ts 1.55 kB
packages/cherry-markdown/dist/types/utils/image.d.ts 440 B
packages/cherry-markdown/dist/types/utils/imgSizeHandler.d.ts 942 B
packages/cherry-markdown/dist/types/utils/imgToolHandler.d.ts 453 B
packages/cherry-markdown/dist/types/utils/lazyLoadImg.d.ts 2.29 kB
packages/cherry-markdown/dist/types/utils/lineFeed.d.ts 720 B
packages/cherry-markdown/dist/types/utils/listContentHandler.d.ts 634 B
packages/cherry-markdown/dist/types/utils/lookbehind-replace.d.ts 381 B
packages/cherry-markdown/dist/types/utils/LRUCache.d.ts 554 B
packages/cherry-markdown/dist/types/utils/math-loader.d.ts 406 B
packages/cherry-markdown/dist/types/utils/mathjax.d.ts 494 B
packages/cherry-markdown/dist/types/utils/mermaidEditorHelper.d.ts 1.26 kB
packages/cherry-markdown/dist/types/utils/mermaidPreviewHelper.d.ts 731 B
packages/cherry-markdown/dist/types/utils/myersDiff.d.ts 906 B
packages/cherry-markdown/dist/types/utils/pasteHelper.d.ts 963 B
packages/cherry-markdown/dist/types/utils/platformTransform.d.ts 152 B
packages/cherry-markdown/dist/types/utils/regexp.d.ts 1.57 kB
packages/cherry-markdown/dist/types/utils/sanitize.d.ts 423 B
packages/cherry-markdown/dist/types/utils/shortcutKey.d.ts 540 B
packages/cherry-markdown/dist/types/utils/svgUtils.d.ts 650 B
packages/cherry-markdown/dist/types/utils/tableContentHandler.d.ts 3.25 kB
packages/cherry-markdown/dist/types/utils/toolkit/cloneDeep.d.ts 374 B
packages/cherry-markdown/dist/types/utils/toolkit/debounce.d.ts 718 B
packages/cherry-markdown/dist/types/utils/toolkit/escapeRegExp.d.ts 559 B
packages/cherry-markdown/dist/types/utils/toolkit/isPlainObject.d.ts 219 B
packages/cherry-markdown/dist/types/utils/toolkit/mergeWith.d.ts 372 B
packages/milkdown/dist/bridge.d.ts 180 B
packages/milkdown/dist/bridge.js 7.3 kB
packages/milkdown/dist/index.d.ts 280 B
packages/milkdown/dist/index.js 3.58 kB
packages/milkdown/dist/previewer.d.ts 386 B
packages/milkdown/dist/previewer.js 1.52 kB
packages/milkdown/dist/types.d.ts 1.72 kB
packages/milkdown/dist/types.js 64 B
packages/milkdown/dist/wysiwyg/code-block.d.ts 585 B
packages/milkdown/dist/wysiwyg/code-block.js 2.93 kB
packages/milkdown/dist/wysiwyg/config.d.ts 324 B
packages/milkdown/dist/wysiwyg/config.js 215 B
packages/milkdown/dist/wysiwyg/image.d.ts 393 B
packages/milkdown/dist/wysiwyg/image.js 869 B
packages/milkdown/dist/wysiwyg/index.d.ts 431 B
packages/milkdown/dist/wysiwyg/index.js 379 B
packages/milkdown/dist/wysiwyg/marks.d.ts 146 B
packages/milkdown/dist/wysiwyg/marks.js 1.45 kB
packages/milkdown/dist/wysiwyg/math.d.ts 703 B
packages/milkdown/dist/wysiwyg/math.js 2.24 kB
packages/milkdown/dist/wysiwyg/nodes.d.ts 1.15 kB
packages/milkdown/dist/wysiwyg/nodes.js 12.2 kB
packages/milkdown/dist/wysiwyg/plugin.d.ts 141 B
packages/milkdown/dist/wysiwyg/plugin.js 3.18 kB
packages/milkdown/dist/wysiwyg/transform.d.ts 356 B
packages/milkdown/dist/wysiwyg/transform.js 5.26 kB
packages/milkdown/dist/wysiwyg/types.d.ts 308 B
packages/milkdown/dist/wysiwyg/types.js 64 B
packages/miniProgram/dist/types/miniProgram.d.ts 1.24 kB

compressed-size-action

@RSS1102
RSS1102 marked this pull request as draft August 4, 2026 02:30
@RSS1102 RSS1102 changed the title feat(milkdown): 新增 @cherry-markdown/milkdown 适配包 feat(milkdown): 新增 @cherry-markdown/milkdown WYSIWYG 编辑包 Aug 4, 2026
@RSS1102
RSS1102 force-pushed the rss1102/feat-milkdown-package branch from d58138b to 25da568 Compare August 8, 2026 23:58
@cherry-markdown-bot

cherry-markdown-bot commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

🔌 VSCode Plugin 构建产物

下载 .vsix

⏰ 产物保留 5 天

@cherry-markdown-bot

cherry-markdown-bot commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

💻 Client 构建产物

平台 架构 产物类型 下载
macOS Apple Silicon App 应用 下载
macOS Apple Silicon DMG 安装包 下载
macOS x64 App 应用 下载
macOS x64 DMG 安装包 下载
Windows x64 EXE 安装程序 下载
Windows x64 MSI 安装包 下载
Linux x64 Deb 包 下载
Linux x64 AppImage 下载

⏰ 产物保留 5 天

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants