Skip to content

v0.100.1

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 10:16
· 3 commits to main since this release
12f1f18

Features:

  • Added Copy to… to the File Tree context menu, allowing files to be copied to a chosen folder. Duplicate file creates a copy in the same folder, and name conflicts are handled automatically without overwriting existing files. Absolute and relative paths are now grouped under Copy path.

Improvements and Fixes:

  • Fixed the Full Width setting in WYSIWYG mode. The editor now switches between a centered reading column and full width immediately, without reopening the document.

  • Restored the Placeholder setting in WYSIWYG mode. Empty paragraphs can show localized hints such as “Type '/' for commands,” and the setting takes effect immediately.

  • Improved list indentation with Tab / Shift + Tab and Cmd/Ctrl + ] / [. Nested content, task states, and undo/redo are preserved, while bullet markers distinguish nesting levels more clearly.

  • Improved automatic Markdown formatting while typing tables, task lists, callouts, inline math, and links. Typing --- at the start of a document creates Front Matter, while typing it after a paragraph creates a horizontal rule; Backspace can undo the Front Matter conversion.


特性:

  • 文件树右键菜单新增“复制到…”,可将文件复制到指定文件夹。“创建副本”可在当前文件夹生成副本,遇到重名时会自动调整名称,避免覆盖已有文件;绝对路径和相对路径统一收纳到“复制路径”子菜单。

改进与修复:

  • 修复所见即所得模式下“全宽”设置不生效的问题。现在可即时切换居中阅读栏与全宽布局,无需重新打开文档。

  • 恢复所见即所得模式的“占位符提示”设置。空段落可显示“输入 / 使用命令”等本地化提示,开关即时生效。

  • 改进列表的 Tab / Shift + Tab 和 Cmd/Ctrl + ] / [ 缩进操作,保留嵌套内容、任务勾选状态及撤销重做记录,并通过不同的项目符号更清晰地区分列表层级。

  • 改进输入表格、任务列表、提示块、行内公式和链接时的 Markdown 自动格式转换。在文档开头输入 --- 会创建 Front Matter,在段落后输入则生成分隔线;按 Backspace 可撤销 Front Matter 转换。


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