Features:
-
Added Pandoc export for Markdown documents in DOCX, ODT, and EPUB formats. Open a Markdown document, choose More → Export with Pandoc from the editor toolbar, then select a format; Pandoc can be detected automatically or configured under Settings → Export.
-
Added drag-and-drop tab management. Drag a tab along the tab bar to reorder it, or drop it onto another split editor's tab bar to move the document between editor groups; drop indicators and edge auto-scrolling help with longer tab lists.
-
Added external file-change synchronization for open documents. Clean documents reload automatically when changed by another application; if the document also has local edits, use the alert below the editor to Update from disk or Overwrite the disk version with the current content.
-
Added path-copy actions to the File Tree. Right-click a file or folder, then choose Copy → Copy path or Copy relative path to copy its absolute path or its path relative to the current workspace.
Improvements and Fixes:
- Improved File Tree startup and folder collapsing. The workspace root now opens automatically, and the Collapse All button on the right side of the root row reliably closes every subfolder while keeping the workspace root visible.
特性:
-
Markdown 文档新增 Pandoc 导出,支持 DOCX、ODT 和 EPUB 格式。打开 Markdown 文档后,在编辑器工具栏的“更多”菜单中选择“使用 Pandoc 导出”,再选择目标格式;可自动检测 Pandoc,也可前往“设置 → 导出”配置其可执行文件。
-
新增标签页拖拽管理。拖动顶部标签页可调整同一分组内的顺序,也可将其拖到其他分屏的标签栏,在编辑器分组之间移动文档;较长的标签列表还支持落点提示和边缘自动滚动。
-
新增已打开文档的外部文件变更同步。文档没有本地修改时,会自动载入其他应用写入的最新内容;如果同时存在本地编辑,可在编辑器底部提示条中选择“更新”以载入磁盘版本,或选择“覆盖”以用当前内容替换磁盘版本。
-
文件树新增路径复制操作。右键点击文件或文件夹,在“复制”子菜单中选择“复制路径”或“复制相对路径”,即可复制绝对路径或相对于当前工作区的路径。
改进与修复:
- 改进文件树的初始展开与文件夹收起行为。工作区根节点现在会自动展开;点击根节点右侧的“折叠全部”按钮,可可靠收起所有子文件夹并保持工作区根节点可见。
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