Markedit

Just like TextEdit on Mac but dedicated to Markdown.
Alternatives To Markedit
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Marktext39,687
a month ago1January 17, 20221,033mitJavaScript
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Foam13,773516 days ago55October 04, 202174otherTypeScript
A personal knowledge management and sharing system for VSCode
Editor.md12,95235824 days ago1June 27, 2015555mitJavaScript
The open source embeddable online markdown editor (component).
Macdown9,232
3 months ago533Rich Text Format
Open source Markdown editor for macOS.
Mahapps.metro8,7243,25616023 days ago1,195October 15, 202176mitC#
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Laverna8,700
2 years ago2April 22, 2015448mpl-2.0JavaScript
Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
Dillinger7,664
20 days ago109mitHTML
The last Markdown editor, ever.
Milkdown7,495
2 days ago3mitTypeScript
🍼 Plugin driven WYSIWYG markdown editor framework.
Dendron5,50916a month ago404September 20, 2022753apache-2.0TypeScript
The personal knowledge management (PKM) tool that grows as you do!
Yn4,781
a day ago31agpl-3.0TypeScript
A highly extensible Markdown editor. Version control, AI completion, mind map, documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, Reveal.js, plug-in, and macro replacement.
Alternatives To Markedit
Select To Compare


Alternative Project Comparisons
Readme

MarkEdit

MarkEdit is a free and open-source Markdown editor, for macOS. It's just like TextEdit on Mac but dedicated to Markdown.

Download on the Mac App Store

Screenshots

Screenshots 01

Screenshots 02

Screenshots 03

What make 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

To learn more, refer to Philosophy and Why MarkEdit.

Why is MarkEdit Free

MarkEdit is completely free and open source, with no advertising or promotions for other services. We ship it because we love it, and we don't expect any revenue from it.

Please consider starring this project and leaving a nice review on the Mac App Store, your support is all we need.

Using MarkEdit

Please refer to the wiki page for details.

Building MarkEdit

Building CoreEditor

After checking out the project, go to the root folder of the repository and run:

cd CoreEditor
yarn install
yarn build

To test the editor in a dev environment, run yarn dev instead, web interfaces are exposed to window.webModules.

Building MarkEditMac

After successfully building CoreEditor, open MarkEdit.xcodeproj, and build the MarkEditMac target.

It's recommended to override build settings by adding a Local.xcconfig file under the root folder, including code signing identity, development team, etc.

Note that you should always use the latest version of Xcode.

Testing MarkEdit Locally

Unit tests are run automatically by GitHub actions, you can also run them on your machine.

Testing CoreEditor

Make sure dependencies are installed and run:

cd CoreEditor
yarn test

Testing MarkEditMac

MarkEditMac consists of several targets, here's an example of testing MarkEditCoreTests:

xcodebuild test -project MarkEdit.xcodeproj -scheme MarkEditCoreTests -destination 'platform=macOS'

Contributing to MarkEdit

For bug reports, please open an issue.

For code changes, bug fixes are generally welcomed, feel free to open pull requests. However, we hesitate to add new features (why), 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 project.

MarkEdit has built-in proofing support based on Grammarly.

MarkEdit uses ts-gyb to generate lots of boilerplate code.

Popular Markdown Projects
Popular Markdown Editor Projects
Popular Data Formats Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Swift
Markdown
Markdown Editor
Codemirror