Skip to content

MarkCard Studio v0.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 18:26

更新内容 / What's New

图片、HTML 与导出修复 / Image, HTML & Export Fixes

  • 本地图片渲染与导出修复:支持相对路径、绝对路径、file:// 路径及中文/空格路径的本地图片,并确保预览、分页和导出使用一致的图片数据。
  • 内联图片支持:图片不再要求单独占一行,普通段落、列表、任务列表、表格、引用、提示块、标题和脚注中的图片均可匹配。
  • 缺失图片回退:图片无法找到或加载失败时显示原始 Markdown 文本,不再使用特殊占位样式。
  • HTML Markdown 支持:支持常见 HTML 标签和 HTML 图片语法;危险标签与事件属性会被过滤,避免脚本注入。
  • 重复渲染修复:修复导入无分页标题 Markdown 时正文被重复渲染的问题,并移除重复内容页。
  • 导出稳定性改进:完善图片失败回退、内联图片合成及多页面导出处理。

  • Local Image Rendering & Export: Fixed local images with relative, absolute, file://, Chinese, and space-containing paths across preview, pagination, and export.
  • Inline Image Support: Images can now be matched inside paragraphs, lists, task lists, tables, blockquotes, callouts, headings, and footnotes instead of requiring a standalone line.
  • Missing Image Fallback: Unavailable or failed images now display their original Markdown text without special placeholder styling.
  • HTML in Markdown: Added support for common HTML tags and HTML image syntax with filtering for dangerous tags and event attributes.
  • Duplicate Rendering Fix: Fixed imported Markdown without pagination headings being rendered twice and removed duplicate content pages.
  • Export Reliability: Improved failed-image fallback, inline-image compositing, and multipage export handling.

下载说明 / Downloads

系统 / OS 处理器 / Architecture 下载文件 / Package
Windows x64 .msi 或 / or -setup.exe
macOS Apple Silicon(M 系列 / M-series) aarch64.dmg
macOS Intel x64.dmg
Linux x64 .AppImage 或 / or .deb

macOS 首次启动 / First Launch on macOS

macOS 安装包目前未签名。请先将应用拖入“应用程序”文件夹。如果系统阻止打开,请前往 系统设置 > 隐私与安全性,选择仍要打开。

如果仍无法启动,请打开“终端”并执行:

xattr -rd com.apple.quarantine /Applications/markcardstudio.app

macOS packages are currently unsigned. Drag the app into the Applications folder first. If Gatekeeper blocks it, go to System Settings > Privacy & Security and choose Open Anyway.

If the app is still blocked, open Terminal and run the command above.

该命令仅移除 MarkCard Studio 应用的隔离属性,请确认应用下载自本项目的官方 GitHub Releases 页面。
This command only removes the quarantine attribute from MarkCard Studio. Make sure the app was downloaded from this project's official GitHub Releases page.