No description
  • JavaScript 77.9%
  • Rich Text Format 11.3%
  • Objective-C 6.5%
  • C 3.2%
  • CSS 0.6%
  • Other 0.4%
Find a file
Franklin Yu 3e2a2bf101
Merge pull request #1243 from MacDownApp/dependabot/npm_and_yarn/Tools/GitHub-style-generator/y18n-4.0.3
[Security] Bump y18n from 4.0.0 to 4.0.3 in /Tools/GitHub-style-generator
2021-04-29 21:22:30 -07:00
.github Upgrade to GitHub-native Dependabot 2021-04-28 16:46:27 +00:00
.tx Pull translation from Transifex 2020-03-13 21:43:42 -07:00
assets Move assets to subdirectory 2019-04-10 08:32:09 -04:00
Dependency Remove deprecated language identifier 2020-03-15 16:23:44 -07:00
LICENSE Add licence for mermaid and graphviz and credits 2017-10-03 18:17:52 -07:00
MacDown Updated app icon to match the new Big Sur style 2020-12-09 21:37:02 +01:00
macdown-cmd Xcode and dependencies update, many warning fixes 2018-01-13 00:20:57 +08:00
MacDown.xcodeproj Remove deprecated language identifier 2020-03-15 16:23:44 -07:00
MacDown.xcworkspace Use legacy build system 2019-04-04 20:57:52 -04:00
MacDownTests Import translation fron Transifex 2017-09-04 14:49:22 +08:00
Tools [Security] Bump y18n in /Tools/GitHub-style-generator 2021-04-08 13:23:31 +00:00
.gitignore Update translations 2018-05-02 15:41:00 +08:00
.gitmodules Update submodule URL to Prism 2015-03-14 14:00:47 +08:00
.travis.yml Upgrade Xcode to 10.1 on Travis CI 2020-01-22 00:51:10 -08:00
CONTRIBUTING.md Fix typos in CONTRIBUTING.md 2017-01-07 23:04:55 +08:00
Gemfile Bump cocoapods and travis 2020-10-21 13:32:28 +00:00
Gemfile.lock Bump cocoapods from 1.10.0 to 1.10.1 2021-01-11 13:25:27 +00:00
Podfile Use CocoaPods CDN introduced in 1.7.2 2020-01-23 23:26:09 -08:00
Podfile.lock Use CocoaPods CDN introduced in 1.7.2 2020-01-23 23:26:09 -08:00
README.md Merge pull request #1198 from MacDownApp/patch/readme 2020-12-20 13:25:27 -08:00

MacDown

Total downloads Build Status

MacDown is an open source Markdown editor for OS X, released under the MIT License. The author stole the idea from Chen Luos Mou so that people can make crappy clones.

Visit the project site for more information, or download MacDown.app.zip directly from the latest releases page.

Install

Download, unzip, and drag the app to Applications folder. MacDown is also available through Homebrew Cask:

brew install --cask macdown

Screenshot

screenshot

License

MacDown is released under the terms of MIT License. You may find the content of the license here, or inside the LICENSE directory.

You may find full text of licenses about third-party components in the LICENSE directory, or the About MacDown panel in the application.

The following editor themes and CSS files are extracted from Mou, courtesy of Chen Luo:

  • Mou Fresh Air
  • Mou Fresh Air+
  • Mou Night
  • Mou Night+
  • Mou Paper
  • Mou Paper+
  • Tomorrow
  • Tomorrow Blue
  • Tomorrow+
  • Writer
  • Writer+
  • Clearness
  • Clearness Dark
  • GitHub
  • GitHub2

Development

Requirements

If you wish to build MacDown yourself, you will need the following components/tools:

  • OS X SDK (10.14 or later)
  • Git
  • Bundler

Note: Old versions of CocoaPods are not supported. Please use Bundler to execute CocoaPods, or make sure your CocoaPods is later than shown in Gemfile.lock.

Note: The Command Line Tools (CLT) should be unnecessary. If you failed to compile without it, please install CLT with

xcode-select --install

and report back.

An appropriate SDK should be bundled with Xcode 5 or later versions.

Environment Setup

After cloning the repository, run the following commands inside the repository root (directory containing this README.md file):

git submodule update --init
bundle install
bundle exec pod install
make -C Dependency/peg-markdown-highlight

and open MacDown.xcworkspace in Xcode. The first command initialises the dependency submodule(s) used in MacDown; the second one installs dependencies managed by CocoaPods.

Refer to the official guides of Git and CocoaPods if you need more instructions. If you run into build issues later on, try running the following commands to update dependencies:

git submodule update
bundle exec pod install

Translation

Please help translation on Transifex.

Transifex translation percentage

Discussion

Gitter

Join our Gitter channel if you have any problems with MacDown. Any suggestions are welcomed, too!

You can also file an issue directly on GitHub if you prefer so. But please, search first to make sure no-one has reported the same issue already before opening one yourself. MacDown does not update in your computer immediately when we make changes, so something you experienced might be known, or even fixed in the development version.

MacDown depends a lot on other open source projects, such as Hoedown for Markdown-to-HTML rendering, Prism for syntax highlighting (in code blocks), and PEG Markdown Highlight for editor highlighting. If you find problems when using those particular features, you can also consider reporting them directly to upstream projects as well as to MacDowns issue tracker. I will do what I can if you report it here, but sometimes it can be more beneficial to interact with them directly.

Tipping

If you find MacDown suitable for your needs, please consider giving me a tip through PayPal. Or, if you prefer to buy me a drink personally instead, just send me a tweet when you visit Taipei, Taiwan, where I live. I look forward to meeting you!