1 unstable release

0.7.5 Feb 27, 2024

#156 in Text editors

AGPL-3.0

620KB
1K SLoC

MarkFlowy alpha

English | 简体中文

Build Status Downloads MIT License

PRs Welcome Code of Conduct Commit Activity TypeScript-version-icon Rust-version-icon

App Version

MarkFlowy is in Alpha

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.

Features

  • 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.

Download

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

Why

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.

Contribute

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.

How to Contribute

You can read CONTRIBUTING to know how to start the project and modify the code, Welcome to participate in code contribution.

Support

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.

Thanks

  • 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.
  • Xplorer - Home page theme from xplorer.

And, thanks to all the open source projects that MarkFlowy depends on.

Dependencies

~34–81MB
~1.5M SLoC