Features:
-
Upgraded Preview mode with richer rendering for syntax-highlighted code, HTML, Mermaid diagrams, and inline and block math, including fenced math blocks and theme-aware Mermaid diagrams.
-
HTML, Mermaid, and block math live previews now use a preview-first workflow. Source code opens while editing or in fullscreen, collapses after editing, and can optionally remain side by side with the preview.
Improvements and fixes:
-
Improved preview image loading with skeleton and progress feedback, lazy asynchronous decoding, and more reliable handling of local, remote, and reference images. Image export now waits for pending preview resources.
-
Improved preview security and reliability with safer HTML and Mermaid rendering, isolated block errors, interactive HTML content, better text wrapping, keyboard and focus handling, and accessibility.
特性:
-
升级预览模式,增强代码高亮、HTML、Mermaid 图表及行内和块级公式的渲染,并支持围栏式数学公式和跟随主题变化的 Mermaid 图表。
-
HTML、Mermaid 和块级公式实时预览采用“预览优先”交互:编辑或进入全屏时显示源代码,编辑结束后自动收起,也可在设置中选择始终并排显示源码和预览。
改进与修复:
-
优化预览图片加载,新增骨架屏和加载进度提示、懒加载及异步解码,并提升本地、远程和引用式图片的处理可靠性;导出图片时会等待预览资源加载完成。
-
提升预览的安全性与稳定性,包括更安全的 HTML 和 Mermaid 渲染、错误块隔离、可交互的 HTML 内容,以及更好的文本换行、键盘焦点和无障碍体验。
FAQ | 常见问题
FAQ:
Windows users
- We provide an Offline Installer with built-in WebView2 Runtime for devices that cannot automatically install WebView2 online or are in a no-network environment. Please note that this installer is relatively large in size and is recommended to be used only when necessary.
macOS users
- macOS x86_64 version: When you launch the app for the first time, you may see a prompt saying "Cannot open the application" because the app is from an unidentified developer. Please go to "System Preferences" > "Security & Privacy", and click "Open Anyway" in the "General" tab.
- macOS aarch64 (Apple Silicon) users: If you see a prompt saying "The application is damaged" when you launch it for the first time, it is usually due to system security restrictions. Please open the terminal and run the following command to fix the permission issue, and then you can open the app normally:
xattr -cr /Applications/MarkFlowy.app
常见问题:
Windows 用户
- 我们提供了内置 WebView2 运行时的离线安装包(Offline Installer),适用于无法自动在线安装 WebView2 或处于无网络环境的设备。请注意,此安装包体积较大,建议仅在必要时使用.
macOS 用户
- macOS x86_64 版本:首次启动应用时,系统可能会提示“无法打开应用程序”,这是因为应用来自未识别的开发者。请前往“系统偏好设置” > “安全性与隐私”,在“通用”标签页中点击“仍要打开”即可.
- macOS aarch64 (Apple Silicon) 用户:首次启动若提示“应用程序已损坏”,通常是由于系统的安全限制。请打开终端,执行以下命令来修复权限问题,之后即可正常打开应用
xattr -cr /Applications/MarkFlowy.app