English | 简体中文
Currently, MarkFlowy is still in the alpha phase,This means there may be incompatible version updates, and it is recommended to use it when there is data backup available.
- Built-in ChatGpt. Currently supports one-click export of conversations、translate markdown articles and et article abstract, making chatgpt your smart assistant.
- Super lightweight. The MarkFlowy is based on tauri and has a volume of less than 10MB and better performance.
- High availability. MarkFlowy uses the remirror editor, which not only provides high scalability, but also has a great editing experience. And, MarkFlowy supports multiple editing modes, such as
source code
,wysiwyg
. - Custom Theme. MarkFlowy supports custom themes, and you can also share your themes with others.
Available for Linux, macOS and Windows.
Note
Because of Apple’s security policy restrictions on software without developer certification, the macOS aarch64 version cannot be downloaded and used directly. You can ignore the limit by doing the following:
- Open your terminal
- Go to the
Applications
directory. .e.g/Applications
. - Run
xattr -cr MarkFlowy.app
and open the app again - Please make sure you download from
github releases
.
Please look releases page
At present, I have used many Markdown applications, but I have not encountered one that is very suitable for me. I have always hoped to have a Markdown editor that is efficient, beautiful, lightweight, data-safe, and can be easily combined with various workflows. This It is also the original intention of doing MarkFlowy.
The current MarkFlowy is still in its infancy, and there may be some bad experiences or bugs, for which I am sorry. All partners who are interested or encounter usage problems are welcome to submit issues or PR to participate in this project.
You can read CONTRIBUTING to know how to start the project and modify the code, Welcome to participate in code contribution.
MarkFlowy is completely and permanently open source, if you want to support MarkFlowy, you can star
this project. This will give me great support and help, love you.
- Tauri - A framework for building cross-platform applications that provides MarkFlowy with a solid foundation.
- React - Web user interface framework.
- Remirror - The ProseMirror toolkit for React, on which the MarkFlowy editor is based.
- Rino - Some initialization codes of package/editor come from here.
- Vite - front-end build tool.
And, thanks to all the open source projects that MarkFlowy depends on.