Releases: drl990114/MarkFlowy
v0.40.0
Long time no see! A huge upgrade has brought many features that everyone has been looking forward to.
Features:
-
Completely upgraded interface, inspired by Apple’s design palette and made more compact.
-
Editor now supports drag-and-drop to move elements.
-
Custom keyboard shortcuts are now supported.
-
Added shortcuts for quickly opening settings, quickly closing the current editing page, and hiding the app.
-
The language switch will take effect immediately.
Fixes:
-
Git-related commands are now invoked only when the workspace type requires it.
-
Fixed auto-update failures on macOS AArch64.
-
Improved input experience for math nodes.
好久不见,一次巨大的升级,带来了很多大家期待的功能。
特性:
-
界面全新升级,参考 Apple 设计色彩,并且更加紧凑。
-
编辑器支持拖拽移动元素。
-
支持自定义快捷键。
-
添加了快速打开设置、快速关闭当前编辑页、隐藏app等快捷键。
-
切换语言后,立即生效。
修复:
-
根据工作区的类型判断是否调用 git 相关命令。
-
修复 mac aarch64 的自动更新失败问题。
-
math 节点的输入方式优化。
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
v0.34.1
Features:
-
Support setting the default editing mode when opening Markdown files in the editor.
-
Support offline installation bundle for Windows.
-
Support right-clicking on the blank area of the file tree to create new files and new folders.
Fixes:
-
Enhance error handling during AI conversations to display error messages.
-
Remove the default setting of baseUrl for OpenAI. If older versions encounter OpenAI request failures, try deleting the baseUrl setting first.
-
Some style and performance optimizations.
特性:
-
支持设置编辑器打开 Markdown 文件时的默认编辑模式。
-
支持 Windows 的 offline 安装包。
-
支持右键文件书的空白地方创建新文件和新文件夹。
修复:
-
增强 AI 对话时的错误处理,显示错误信息。
-
取消 OpenAI 的 baseUrl 默认设置,老版本如果遇到 OpenAI 请求失败问题,可以先尝试删除 baseUrl 设置。
-
一些样式和性能优化。
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
v0.33.0
Features:
-
Support processing images when copying in the editor (e.g., copy as base64, save to local folder, save to workspace relative path).
-
Support editing multiple files when the workspace is empty.
-
Change the image in Markdown syntax to a node implementation, supporting drag to resize.
-
Support Japanese language.
Fixes:
- Optimize the trigger conditions of the
Slash menu.
特性:
-
支持在编辑器复制图片时,对其做处理(如复制为base64、保存到本地文件夹、保存到工作区相对路径)
-
支持在空工作区的时候,编辑多个文件
-
Markdown 语法的图片改为 node 实现方式,支持拖拽调整大小
-
支持日语
修复:
- 对 Slash 菜单的触发条件做了优化。
v0.32.0
Features:
-
Support Math node for mathematical formulas.
-
Support softbreak (single line break), which can be inserted with
Shift + Enterormod + Enter. PressingEnterdirectly will insert a new paragraph (double line break). -
Support copying code block content.
-
Image loading supports absolute paths, prioritizing relative paths first.
Fixes:
- Optimize the trigger conditions of the
Slash menuto be compatible with more language keyboards.
特性:
-
支持 Math 数学公式节点。
-
支持 softbreak(单换行符),可以通过
Shift + Enter或mod + Enter插入,直接Enter则插入新的段落(双换行符)。 -
支持复制代码块内容。
-
图片加载支持绝对路径,优先尝试相对路径。
修复:
- 对 Slash 菜单的触发条件做了优化,兼容更多语言键盘。
v0.31.0
Features:
-
The slash menu supports search and enhanced directional movement.
-
The original file path is changed to display the last update time, and supports clicking to view file size and other information.
Fixes:
-
Fix the issue that image elements cannot be loaded in base64 format.
-
Fix the issue that the slash menu cannot be invoked with the Chinese input method.
特性:
-
Slash 菜单支持搜索,并且加强了方向移动。
-
原有的文件路径改为显示上次更新时间,支持点击查看文件大小等信息。
修复:
-
修复图片元素无法加载 base64 格式的问题。
-
修复中文输入法无法唤起 slash 菜单的问题。
v0.30.2
Fixes:
- Fix the issue of Chinese input not taking effect in specific situations on macOS.
修复:
- 修复 macOS 特定情况下中文输入无效的问题。
v0.30.1
Features:
- Support distinguishing between git remote and git local.
Fixes:
- Some style optimizations.
特性:
- 同步方式区分 git 远程和 git 本地。
修复:
- 一些样式优化。
v0.30.0
Features:
-
Support refresh folder data.
-
Support pull changes from remote Git repository.
-
In Table, arrow up/down keys move rows, left/right keys move columns.
Fixes:
-
Fix the issue of inserting a table when editing
-+spacein Table -
Some style and performance optimizations.
特性:
-
支持刷新文件夹数据。
-
支持同步远程 Git 仓库的更改。
-
Table 内方向键改为上下键移动行,左右键移动列。
修复:
-
修复 Table 中编辑
-+空格时会插入表格的问题。 -
一些样式与性能优化。
v0.29.0
You can download it from the UpgradeLink download page or GitHub Release
Features:
-
Support quick management of Git repositories, such as staging, committing, and pushing (beta version, welcome to discuss features or report issues on GitHub).
-
When exiting the application, check for unsaved files and prompt the user to save or discard changes.
-
Confirm whether to cancel or save when renaming a file loses focus through a popup.
-
Layout adjustments and style optimizations.
-
Update the update check to support UpgradeLink nodes, improving update speed for users in China.
Fixes:
- Fix the positioning issue of the table's menu button.
特性:
-
支持 Git 仓库的快捷管理,如暂存、提交、推送(beta版,欢迎在 Github issue 中讨论特性或反馈问题)
-
退出应用时,检查未保存的文件,提示用户保存或放弃更改。
-
重命名文件失去焦点时,通过弹窗确认是取消还是保存。
-
布局调整和样式优化。
-
检查更新支持 UpgradeLink 节点,提升中国用户的更新速度。
修复:
- 修复表格的菜单按钮定位问题。
v0.28.3
Fixes:
-
Fix the issue of losing format when pasting Excel data.
-
Optimize the display of the bottom status bar and adjust it to display on the right side.
修复:
-
修复粘贴 excel 时格式丢失的问题。
-
优化底部状态栏显示和调整到右侧显示。