https://github.com/MarkEdit-app/MarkEdit
Just like TextEdit on Mac but dedicated to Markdown.
https://github.com/MarkEdit-app/MarkEdit
codemirror codemirror6 editor mac macos markdown markdown-editor swift typescript
Last synced: 8 months ago
JSON representation
Just like TextEdit on Mac but dedicated to Markdown.
- Host: GitHub
- URL: https://github.com/MarkEdit-app/MarkEdit
- Owner: MarkEdit-app
- License: mit
- Created: 2023-02-05T03:51:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T07:04:43.000Z (8 months ago)
- Last Synced: 2025-03-22T08:19:03.160Z (8 months ago)
- Topics: codemirror, codemirror6, editor, mac, macos, markdown, markdown-editor, swift, typescript
- Language: Swift
- Homepage: https://bit.ly/markedit-app
- Size: 10.2 MB
- Stars: 1,989
- Watchers: 7
- Forks: 81
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - MarkEdit-app/MarkEdit - editor,swift,typescript pushed_at:2025-11 star:3.0k fork:0.1k Just like TextEdit on Mac but dedicated to Markdown. (Swift)
- open-source-mac-os-apps - MarkEdit - MarkEdit is a free and open-source Markdown editor, for macOS. It's just like TextEdit on Mac but dedicated to Markdown. ![swift_icon] ![typescript_icon] (Applications / Editors)
- awesome-markdown - MarkEdit - 一款为 **macOS** 设计的开源 **Markdown** 编辑器。它提供类似 **macOS** 原生 **TextEdit** 的简洁、快速体验,强调隐私保护和轻量化设计。用户可通过脚本和 **CodeMirror** 扩展进行定制,如添加预览窗格或自定义主题,适合偏好原生应用体验并追求简洁、高效写作环境的用户。 (写作与编辑环境 / 专业 Markdown 编辑器)
README

# MarkEdit
[](https://github.com/MarkEdit-app/MarkEdit/releases/latest) [](https://github.com/MarkEdit-app/MarkEdit/actions/workflows/build-and-test.yml)
MarkEdit is a free and **open-source** Markdown editor, for macOS. It's just like _TextEdit_ on Mac but dedicated to `Markdown`.
> [!TIP]
> Discover our other free and open-source apps at [libremac.github.io](https://libremac.github.io/).
## Screenshots



## What makes MarkEdit different
- Privacy-focused: doesn't collect any user data
- Native: clean and intuitive, feels right at home on Mac
- Fast: edits 10 MB files easily
- Lightweight: installer size is about 3 MB
- Extensible: seamless Shortcuts integration
MarkEdit is designed to be simple and easy to use. You can also customize the UI and behavior by adding your own scripts, including utilizing CodeMirror extensions.
To learn more, refer to [Philosophy](https://github.com/MarkEdit-app/MarkEdit/wiki/Philosophy), [Why MarkEdit](https://github.com/MarkEdit-app/MarkEdit/wiki/Why-MarkEdit) and [MarkEdit-api](https://github.com/MarkEdit-app/MarkEdit-api).
## Installation
Get `MarkEdit.dmg` from the latest release, open it, and drag `MarkEdit.app` to `Applications`.

MarkEdit checks for updates automatically. You can also check manually via the main `MarkEdit` menu, or browse version history [here](https://github.com/MarkEdit-app/MarkEdit/releases).
If you prefer a [Homebrew](https://brew.sh/) installation, run `brew install markedit` in your terminal and you're all set.
> We used to publish MarkEdit to the Mac App Store, [but no longer](https://github.com/MarkEdit-app/MarkEdit/wiki/Philosophy#be-a-good-macos-citizen). Don't worry about the security warning; releases are signed with a certificate from an identified developer and [notarized](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution).
## Platform Compatibility
To be focused, we only support the latest two major macOS releases. For now, they are [macOS Sonoma](https://www.apple.com/newsroom/2023/09/macos-sonoma-is-available-today/) and [macOS Sequoia](https://www.apple.com/macos/macos-sequoia/).
Last-compatible version tags: [macos-12](https://github.com/MarkEdit-app/MarkEdit/releases/tag/macos-12), [macos-13](https://github.com/MarkEdit-app/MarkEdit/releases/tag/macos-13).
## Why MarkEdit is free
MarkEdit is completely free and open-source, with no advertising or promotions for other services. We make it mostly because we need it, and we ship it just in case you need it too.
Please consider starring or contributing to this project.
> For everyone's convenience, MarkEdit is licensed under the MIT license. However, please don't upload the app to the Mac App Store unless you add meaningful new value (see [also](https://github.com/MarkEdit-app/MarkEdit/wiki#last-but-not-least)).
## Using MarkEdit
Please refer to the [wiki page](https://github.com/MarkEdit-app/MarkEdit/wiki/Manual) for details.
## Development
Please refer to the [wiki page](https://github.com/MarkEdit-app/MarkEdit/wiki/Development) for details.
## Contributing to MarkEdit
For bug reports, please [open an issue](https://github.com/MarkEdit-app/MarkEdit/issues/new).
For code changes, bug fixes are generally welcomed, feel free to [open pull requests](https://github.com/MarkEdit-app/MarkEdit/compare). However, we hesitate to add new features ([why](https://github.com/MarkEdit-app/MarkEdit/wiki/Why-MarkEdit#feature-poor)); please fork the repository and make your own.
For localization, please also open an issue as mentioned above first.
Thanks in advance.
## Acknowledgments
MarkEdit is built on top of the awesome [CodeMirror 6](https://codemirror.net/) project.
MarkEdit uses [ts-gyb](https://github.com/microsoft/ts-gyb) to generate lots of boilerplate code.