Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:58:37.000Z (12 days ago)
- Last Synced: 2024-10-29T17:55:49.055Z (12 days ago)
- Topics: codemirror, codemirror6, editor, mac, macos, markdown, markdown-editor, swift, typescript
- Language: Swift
- Homepage: https://bit.ly/markedit-app
- Size: 9.82 MB
- Stars: 1,146
- Watchers: 8
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- 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)
- 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)
- my-awesome - MarkEdit-app/MarkEdit - editor,swift,typescript pushed_at:2024-10 star:1.1k fork:0.0k Just like TextEdit on Mac but dedicated to Markdown. (Swift)
README
# MarkEdit
[![](https://img.shields.io/badge/Platform-macOS_14.0+-blue?color=007bff)](https://github.com/MarkEdit-app/MarkEdit/releases/latest) [![](https://github.com/MarkEdit-app/MarkEdit/actions/workflows/build-and-test.yml/badge.svg?branch=main)](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`.
## Screenshots
![Screenshots 01](/Screenshots/01.png)
![Screenshots 02](/Screenshots/02.png)
![Screenshots 03](/Screenshots/03.png)
## 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 integrationMarkEdit 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.
## 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.