Skip to content

v0.88.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 15:18
64891ce

Features:

  • Added hierarchical heading numbering in WYSIWYG mode. Open the Table of Contents panel on the right, then click the ordered-list button in the upper-right corner of its header to add or remove Arabic prefixes such as 1、 and 1.1、; numbered documents keep their heading paths synchronized when headings are inserted or reordered.

  • Added Print / Export PDF for Markdown documents.

  • Added a pure-character count mode to the status bar, excluding spaces, line breaks, and other whitespace.

  • Added a Windows x64 Portable ZIP that can be extracted and run without installation. It uses the system WebView2 Runtime and keeps MarkFlowy's existing user-level data location.

Improvements and Fixes:

  • Improved WYSIWYG block dragging with more reliable block selection, drag previews, and editor-native HTML and plain-text transfer data when moving or copying content.

  • Polished the compact Desktop interface across tabs, sidebars, toolbars, the status bar, Settings, and workspace information, with more consistent tooltips, control styling, and keyboard-accessible tabs.


特性:

  • 所见即所得模式新增层级标题编号。打开右侧“目录”面板,点击面板标题栏右上角的有序列表按钮,即可一键添加或移除 1、1.1、 等阿拉伯数字前缀;在已编号文档中插入或重排标题时,层级路径会自动同步。

  • Markdown 文档新增“打印 / 导出 PDF”。

  • 底部状态栏新增“纯字符”统计模式,不计空格、换行和其他空白字符。

  • 新增 Windows x64 Portable ZIP,解压后即可运行,无需安装;该版本使用系统 WebView2 Runtime,并继续使用 MarkFlowy 现有的用户级数据目录。

改进与修复:

  • 改进所见即所得模式的块拖拽,提升块选中、拖拽预览以及移动或复制内容时 HTML 和纯文本传输的可靠性。

  • 统一标签栏、侧边栏、工具栏、状态栏、设置页及工作区信息的紧凑视觉和交互,并改进 Tooltip、控件样式及标签页的键盘操作。


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.
  • The Portable ZIP can be extracted and run without installation. It uses the system WebView2 Runtime and keeps MarkFlowy's existing user-level data location.

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 或处于无网络环境的设备。请注意,此安装包体积较大,建议仅在必要时使用.
  • Portable ZIP 解压后即可运行,无需安装;它使用系统 WebView2 Runtime,并继续使用 MarkFlowy 现有的用户级数据目录。

macOS 用户

  • ​​macOS x86_64 版本​​:首次启动应用时,系统可能会提示“无法打开应用程序”,这是因为应用来自未识别的开发者。请前往“系统偏好设置” > “安全性与隐私”,在“通用”标签页中点击“仍要打开”即可.
  • ​​macOS aarch64 (Apple Silicon) 用户​​:首次启动若提示“应用程序已损坏”,通常是由于系统的安全限制。请打开终端,执行以下命令来修复权限问题,之后即可正常打开应用
    xattr -cr /Applications/MarkFlowy.app