본문 바로가기

카테고리 없음

Offline Markdown Editor For Mac



  1. Markdown Editor Mac Os
  2. Best Markdown Editor For Mac
  3. Offline Markdown Editor For Mac 2017
  4. Markdown Editor For Mac
Active2 years, 6 months ago

A comparison of web-based Markdown editors. Published 4 February 2014 by Jeff Porter. There are numerous web-based Markdown editors, but I have chosen to review the three I consider the best – Draft, Editorially and Penflip. Writedown for Mac OS X is a minimalist text editor with Markdown syntax highlighting, with a small Markdown guide available under Markdown Basics in the main menu.

Is there a way to display .md files offline so we know what it will look like once it's uploaded in Github? I'm referring to showing the README.md file as it would come out in Github, and not as for editing purposes.

Needs to work on Mac and Windows since I use both.

Jeroen
39k26 gold badges139 silver badges226 bronze badges
enchanceenchance
10.9k27 gold badges68 silver badges99 bronze badges

closed as off-topic by Yaroslav Admin, Maximillian Laumeister, Tushar, user4639281, DrewJan 11 '16 at 5:38

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.' – Yaroslav Admin, Maximillian Laumeister, Tushar, Community, Drew
If this question can be reworded to fit the rules in the help center, please edit the question.

34 Answers

12 next

There are a few Chrome plug-ins that work well. I've been using Markdown Preview Plus.

After install, enable 'Allow access to file URLs' in Extensions (menu > More tools > Extensions or enter URL chrome://extensions/ instead).

Then drag-n-drop a Markdown file onto Chrome and use your favorite editor to edit.

Jim BergmanJim Bergman
4,4072 gold badges13 silver badges19 bronze badges

I wrote Grip a while ago to do exactly this. It renders exactly like it does on GitHub and provides several additional options too:

  • In addition to READMEs, Grip can renders GitHub comments and issues
  • Click through local links to render other .md files
  • An API to use in your own projects
  • Export to an HTML file

Install with pip:

Then go to the directory that contains your README file and run:

Pass -h for additional help and options.

Here's a screenshot of Grip rendering Grip's README:

Hope this helps. Check it out here.

JoeJoe
11.3k9 gold badges47 silver badges67 bronze badges

Atom by Github. Gives you a side by side preview.

Community
MaximMaxim
6,2141 gold badge25 silver badges40 bronze badges

Late to the party, but have a look at MarkdownPad.

David BrabantDavid Brabant
29.8k10 gold badges67 silver badges89 bronze badges

Visual Studio Code - the new editor by Microsoft also provides very good support for markdown editing.
You can download it from here.
The editor provides good support to toggle between the markdown code and the preview mode.
It also provides reasonably good intellisense support for all the markdown syntax.
The editor is free for use and is also cross platform (works on Linux, Windows and Mac).
For more details you can check on their website

sundeepsundeep
1,3541 gold badge12 silver badges21 bronze badges

See Python-Markdown-Editor

It is based on :

  • Python-Markdown
  • Pygments (code block syntax highlighting)
  • CodeMirror (javascript code editor)
  • Bottle

Install with pip :

It features when-you-type preview, code highlight, fenced code blocks, github style

it can be used by commandline :

I created this to build a tool for sending code reviews, it is easily extensible, by importing it as a module you can add custom actions.

Nicolas CornetteNicolas Cornette

I just installed https://github.com/ypocat/gfms. It does a very good job rendering github flavored markdown. It detects changes in your markdown, so you just put your browser and editor side-by-side. It is Node.js, so it should work fine on any platform.

If you have Node.js is installed, the installation is simple:

  1. sudo npm install -g gfms
  2. gfms --port 9999 (in your project directory)
  3. http://localhost:9999/ (open with any browser)
pdueypduey
2,6662 gold badges17 silver badges25 bronze badges

I found a way to view it in PHP. After doing some more snooping I found 2 solutions for offline and online viewing of .md files:

  • Offline:https://github.com/WolfieZero/Markdown-Viewer-PHP
  • Online:http://daringfireball.net/projects/markdown/dingus

I recommend the offline version so you can do your editing even while you're doing your business on the throne. :)

enchanceenchance
10.9k27 gold badges68 silver badges99 bronze badges

There are people who does not use Google Chrome. There is a Firefox add-on called Markdown Viewer which is able to read Markdown files offline.

air-dexair-dex
3,4472 gold badges17 silver badges21 bronze badges

have you tried ReText? It is a nice desktop Markdown editor

Nuno CostaNuno Costa

pandoc is a nice Text-To-Text conversion tool that solves the problem of offline visualization of your Markdown. Just issue:

tonicebriantonicebrian
2,2835 gold badges31 silver badges52 bronze badges

I found MarkView Google Chrome extension pretty useful, actually it's working like a charm:

MarkView is a Chrome extention for editing and viewing markdown file with an outline view, support multiple table format styles, code block syntax highlight and Github Flavored Markdown.

Features:

  1. Editing and Viewing markdown file in web page style.
  2. Auto reload local file when file is changed (Post-installation: select 'Allow access to file URLs' option in chrome://extensions/)
  3. Show outline beside the content in scrollable way
  4. Have buttons for GoTop, ViewSource and GoBottom
  5. Support Github Flavored Markdown table styles and code highlight.
  6. Highlight the code area for programming languages(eg. ```ruby)
  7. Support web pages printing with decent outlook(Chrome->File->Print...)
  8. Responsive: when the window size small than 940px, outline section will automatically hidden; resize bigger than 940px, outline section will display.
  9. MarkView will view all markdown files except those under raw.github.com because that subdomain only displays the source.

More features have been added to MarkView:

  1. WYSIWYG markdown editor
  2. Themes and Code Styling Selection
  3. Support Footnotes1
  4. Instant Slides Presentation
  5. Document Custom Styling

    • Add Theme CSS and Select
    • Add Code Style and Select
    • Write CSS, Save and Run
mariomaricmariomaric

I like the vertical splitter in Downmarker, you can see the changes as you write!

Nathan DunnNathan Dunn
2,3351 gold badge15 silver badges23 bronze badges

You can use texts as a md viewer and md editor, its lightweight and neat.

PHPstPHPst
8,78913 gold badges77 silver badges139 bronze badges

Geany has a plugin for markdown which does a fair job, giving you also a Markdown preview in the sidebar. It also runs on Linux, Mac OS X and Windows.

To use it, install geany, then install the package geany-plugin-markdown and select it from the plugin manager.

AkronixAkronix
7611 gold badge9 silver badges28 bronze badges

I just coded up an offline markdown viewer using the node.js file watcher and socket.io, so you point your browser at localhost and run ./markdownviewer /path/to/README.md and it streams it to the browser using websockets.

  • markdownviewer https://github.com/Hainish/markdownviewer/
William BudingtonWilliam Budington

There is also StackEdit. It will work both online and offline (it uses your browser local storage).

You can also connect it with Dropbox or Google Drive to see files hosted on the cloud.

N AlexN Alex
7211 gold badge14 silver badges28 bronze badges

If you're a vim person, you can try the vim-preview plugin. Simply install it into your ~/.vim directory with your method of choice. Then you can open a Markdown file with vim and use the command :Preview which will open a new window in your browser and display the end result.

Peter DiakumisPeter Diakumis
2,9041 gold badge21 silver badges23 bronze badges

Consider Strapdown.

Strapdown is Javascript-based solution that renders the markdown content in the browser, which makes it great for offline-viewing.From their own description:

Strapdown.js makes it embarrassingly simple to create elegant Markdown documents. No server-side compilation required.

So rename your .md markdown file to .html, and surround it with:

and opening in any browser will show rendered HTML. Added bonus: you can easily change the theme.

ckhanckhan

For MAC I use Marked, for Windows I use Muto-Mark. Both support the GH stylesheet.

pseudomutopseudomuto

For OS X, Mou is very nice, and it comes with two GitHub CSS themes.

TachyonVortexTachyonVortex
5,4962 gold badges37 silver badges53 bronze badges

Check out Haroopad. This is a really nice #markdown editor. It is free and available for multiple platforms. I've tried it on Mac OSX.

qmmrqmmr
4221 gold badge5 silver badges17 bronze badges

One of the simplest resources that works well on MacOSX is the Markdown Quick Look plugin found at InkMark. After installing this on OS X 10.9+, you simply select a markdown file in Finder and tap the space bar. I am not certain if the results are correlated 100% with Github but they are pretty good and make for a tiny unobtrusive offline viewer only solution. Mashable also wrote an article on 78 different tools if you'd like other options.

Tommie C.Tommie C.
9,8365 gold badges61 silver badges83 bronze badges

You can use extension called Markdown Syntax Highlighting for Notepad++. It is available on Github

After installation, new option in the Language dropdown will be appeared

Sarvar NishonboevSarvar Nishonboev
4,3274 gold badges31 silver badges42 bronze badges

An easy solution for most situations: copy/paste the markdown into a viewer in the 'cloud.' Here are two choices:

Nothing to install! Cross platform! Cross browser! Always available!

Disadvantages: could be hassle for large files, standard cloud application security issues.

aapaap

From now I use http://marxi.co/. Marxi.co has online and offline version.

feeeperfeeeper
1,6701 gold badge15 silver badges31 bronze badges

RStudio can handle markdown files and convert them into html and pdf. If you already have it, you can use RStudio (it is an IDE for R programming language). It is free and open source, and works on Windows, Mac and Linux.

GenomGenom

You may use Scribefire Next.

It's a Mozilla Firefox browser plugin. Just install the extension and fire up Firefox. Customize your toolbar and place the Scribefire shortcut to it. And since it's a browser plugin, you can use it in Mac, Linux and Windows.

When you want to write in Markdown mode, just click Edit Code from the Scribefire window.

Now to meet your purpose, go to Edit Code mode and copy all the texts and paste it to your .md file and upload.

There is no live preview feature for this, you have to toggle Edit Code and Edit Visually to preview your text.

I'm using it in my Linux Mint box:

Update:

It's year 2014, need to add some other awesome tool here for other readers and researchers. Just recently used Brackets + Markdown Preview Extension.

GaryPGaryP
1,9681 gold badge17 silver badges28 bronze badges

The popular Web Essentials plugin for Visual Studio offers a Markdown viewer and editor. It also supports the Github language syntax for adding code snippets.

Kyle BallardKyle Ballard
4,0025 gold badges33 silver badges56 bronze badges

I frequently want portable applications. For this, I found

http://cloose.github.io/CuteMarkEd/ (I have just tried it briefly, and it seems to work fine).

sancho.ssancho.s
6,9418 gold badges39 silver badges100 bronze badges

Not the answer you're looking for? Browse other questions tagged githubmarkdownviewer or ask your own question.

Markdown provides a convenient way to add formatting to a plain text document, while leaving it in plain text. It’s simpler and faster than adding HTML markup, and doesn’t have the lock-in of using something like Microsoft Word.

The syntax was created by John Gruber way back in 2004, and seems to become more widely used every year, especially in blogs and forums. It’s an easy and efficient way to create online content, and has a number of benefits for writers and bloggers.

Because Markdown is just plain text, you can create it with any text editor. That’s part of its appeal. But using an editor designed for writing in Markdown has a lot of advantages, depending on your needs.

Here are some features you might expect to find in a Markdown editor:

  • Syntax highlighting and a preview pane to show you how your final document will look.
  • Familiar keyboard shortcuts, like command-B for bold.
  • Export and conversion features that easily transform your document from Markdown to HTML, PDF, DOCX or a number of other formats. Some Markdown editors can publish directly to WordPress, Medium and more.
  • A distraction-free mode that takes advantage of features like full-screen editing, dark mode and typewriter mode.
  • Features that appeal to writers, including word count, readability scores, and versions.
  • A document library to organize your content and sync between devices. Some editors have an iOS version so you can keep working while you’re on the move.
  • Advanced formatting, including tables and mathematical expressions.

There’s a rich landscape of Mac options, and the best choice for me may not be the best choice for you. Not all Markdown editors will support all of those features, so the trick is to find the editor with the features you need.

So let’s have a good look at the options, then we’ll make some recommendations.

Looking for more on Markdown? Check out these great links:

Check out SitePoint Premium for more books, courses and free screencasts.

1. Use Your Favorite Text Editor

If you already have a favorite Mac text editor, you might prefer to use that for writing Markdown as well. Of course, Markdown is really just text, so any text editor will do. But many text editors have additional support for Markdown, either natively or through an extension or plugin. These may give syntax highlighting, a preview pane and other features.

Here are some examples:

  • BBEdit 11 has a Markdown Extension Package that includes helper commands, transformation commands, paste as Markdown and MultiMarkdown support.
  • Sublime Text 2 can be turned into a full-featured Markdown editor. We show you how here.
  • TextMate 2 has a Markdown bundle that includes features like convert, preview, cheat sheet and “generate output and open in browser”.
  • Chocolat provides Markdown syntax highlighting and preview out of the box.
  • Atom supports Markdown out of the box, with features like syntax highlighting and preview. This functionality can be expanded by several community-generated packages, including Markdown-Writer, Markdown-Scroll-Sync and Markdown-Format.
  • Brackets has a Markdown extension with syntax highlighting and a preview pane.
  • Textastic includes Markdown syntax highlighting and preview out of the box.
  • MacVim has a Vim-Markdown plugin that features syntax highlighting and folding.
  • GNU Emacs has a Markdown Mode for Emacs package that includes shortcut keys and syntax highlighting.

2. Ulysses

  • Cost: Starts at US$4.99 per month or $39.99 per year, or subscribe via SetApp
  • Demo: Yes
  • Other platforms: iOS

The ultimate writing app for Mac, iPad and iPhone.

Ulysses is a full-featured Markdown app designed for writers. It’s designed to keep you focused on the writing task at hand, organize all your projects in one place, provide comprehensive writing features in a simple interface, and export your documents beautifully in a number of formats.

Distraction-free features include typewriter mode, dark themes, and full-screen editing. All of your documents can be accessed in a single library, whether they’re contained in Ulysses’ database or in files elsewhere. Filters can be used to create smart folders that update according to the flexible criteria you specify.

Writers will appreciate features like word and character count, writing goals that indicate when you reach the desired word count, notes and attachments for your reference information, and keywords. You can export your documents to a variety of text and rich text formats, HTML, ePub, PDF and DOCX. Or you can publish directly to WordPress or Medium.

My take: I purchased Ulysses on the day it was released, and I’ve been using it ever since. It has become my writing tool of choice. It’s not cheap, but it’s been worth every penny. If you do a lot of writing, professionally or otherwise, take a good look at this app.

3. Quiver

  • Cost: $9.99
  • Demo: Yes
  • Other platforms: iOS (coming)

The programmer’s notebook

Quiver is designed for developers, and can combine text, code, Markdown and LaTeX in a single note. It’s more than just a document editor: it’s a complete reference library for your documentation.

The editor gives you syntax highlighting and a live preview of your rendered Markdown, and offers cloud syncing, team collaboration, version control and backup. Programmers will appreciate code editing and the ability to write scripts to integrate Quiver with your other tools.

The document library can organize your notes by tag or notebook (including shared notebooks), and has instant, full-text search. Images are saved locally with notes, and displayed inline.

My take: Quiver is the ultimate Markdown (and code and LaTeX) editor for devs. Its document library can be synced to your other computers and devices via Dropbox. It’s a geekier alternative to Ulysses, designed with a completely different audience in mind, at an affordable price point.

4. LightPaper

  • Cost: $16.49
  • Demo: 14-day free trial
  • Other platforms: No

Simple, beautiful yet powerful text editor for your Mac

LightPaper is designed for creating documents, articles and blog posts. It’s suitable for writers and bloggers, developers, scholars and students.

This tab-based app features both syntax highlighting and a preview pane. A document pane on the left lists your favorites, folders, scratch notes and shadow notes.

The shadow note feature is very handy: the app will associate a note with a specific app, file, folder or URL, which is entered in a popup window over the other app.

Other features include quick open, math and table support, custom styles, and distraction-free mode.

My take: This is a Ulysses alternative without quite the same range of features. It does some things that Ulysses can’t, including tables and math. While not as expensive, it’s certainly not cheap. If its range of features matches what you need in a Markdown editor, it’s worth considering.

5. MWeb

  • Cost: $14.99
  • Demo: 14-day trial
  • Other platforms: iOS

Pro Markdown writing, note taking and static blog generator app

MWeb is a tab-based Markdown editor for writers and academics. It has a document library, but can also edit external files from anywhere on your Mac. Its clean interface supports advanced syntax, including TOC, tables, code blocks, LaTeX and footnotes.

The app features syntax highlighting, live preview, and drag and drop for adding images. It also includes some nice distraction-free features, including typewriter mode and a dark theme.

Getting your text out of MWeb is easy. It can export to PDF, HTML, RTF, DOCX and image, or publish directly to WordPress, Metaweblog, Blogger, Medium, Tumblr and Evernote. It can even generate a static blog.

My take: With its advanced syntax and export/publishing options, MWeb is excellent for writing technical documentation. The app is attractive, and the document library well designed.

6. Texts

  • Cost: $19
  • Demo: Yes
  • Other platforms: Windows

Rich editor for plain text. Separate content from formatting. Store in Markdown.

Texts is a Markdown-based word processor designed for academics. It focuses on producing well-structured content that can contain formulas, footnotes, bibliography and citations, tables and links. You can create export templates to carefully hone the professionally typeset PDFs the app can produce.

Other features include a visual editor so you don’t have to remember Markdown, blogging on GitHub Pages, and custom themes. Documents can be published as PDF, HTML, DOCX, EPUB and other formats.

Markdown

My take: If you’re an academic or technical writer, this app is designed for you. Its minimalistic interface is attractive, yet hides a lot of power under the surface. The documents it produces look professional, and are beautifully typeset.

7. Byword

  • Cost: $11.99
  • Demo: No
  • Other platforms: iOS

Markdown app for writing in plain text efficiently.

Byword is a minimalistic app for efficient Markdown writing, striking a good balance between simplicity and functionality. There are just enough features to do the job without becoming a distraction.

The app has subtle syntax highlighting, and you can format with Markdown using keyboard shortcuts and auto-complete. There’s a word count with live update, and a quick preview option.

My take: Byword’s low cost, attractive looks and frictionless interface make it a popular choice. If you’re not in need of a lot of features, and simplicity aids your productivity, this might be the one for you.

8. IA Writer

  • Cost: $9.99
  • Demo: No
  • Other platforms: iOS, Android

iA Writer. Plain. Text. iA Writer is designed to provide the best writing experience on macOS, iOS and Android.

IA Writer is a distraction-free Markdown editor that puts the focus on your content. It’s like Byword, but with a few more features and a little less simplicity.

The app uses a light gray background, monospaced font and blue cursor. In focus mode, surrounding lines of text fade to emphasize the line you’re typing.

Images, tables and content blocks are all supported, all features that Byword lacks. Other features include preview, live sync, a document library, file export (HTML, PDF, DOCX) and custom templates.

My take: Another popular, inexpensive Markdown editor with an emphasis on being distraction free, IA Writer loses some of Byword’s simplicity in order to gain some additional features.

9. Typora

  • Cost: Free (during beta)
  • Demo: n/a
  • Other platforms: Windows, Linux

A truly minimal Markdown editor

Typora is possibly the most minimalistic editor we’re covering. It even removes the Markdown syntax as you type, replacing it with a preview of the formatting. What you see is what you get. It looks cleaner, removes the need for a preview pane, and makes reading easier.

Despite its simplicity, Typora supports images, lists, tables, code fences, math blocks, table of contents and more. Shortcuts do what you expect, and the themes are beautiful and fully configurable by CSS. Geeks will find a lot to love here.

My take: Typora is the new kid on the block. It’s beautiful and full-featured. If you like the idea of not seeing Markdown syntax in your document, this app is your only option we review.

10. Caret

  • Cost: $25
  • Demo: Yes
  • Other platforms: Windows, Linux

Beautiful & clever Markdown editor

Caret is beautiful and distraction-free, but hides lots of power under the hood. It would appeal to writers and devs alike.

The app makes entering complex Markdown simple. Syntax assistance is available for tables, lists, quotes, fences, links and emphasis, and there’s auto-completion for images, keywords and emoji. A file manager is available, and navigation through long documents is made simple with the popup “go to heading” feature.

Markdown Editor Mac Os

For the mathematically-minded, LaTeX expressions are supported, and they’re rendered on-screen as soon as the cursor leaves them. For distraction-free writing, dark mode, focus mode and typewriter mode are all supported.

My take: I’ve only recently discovered Caret, and for a minimalistic editor it seems to have a lot of power under the hood. Writing, rather than exporting, is its strength. SitePoint editor Bruno Skvorc is a heavy user of the app, and couldn’t be happier.

11. Focused

  • Cost: $29.99
  • Demo: Yes
  • Other platforms: No

Get Focused, start writing!

Focused is an attractive, minimalistic writing app with an interface designed to keep you writing without distraction.

The app offers an uncluttered interface with few features, a choice of attractive themes, typewriter mode and a choice of eight relaxing soundtracks. Other features include word count, versions, export to HTML and RTF, and customizable typefaces and styles.

My take: If you’re looking for a beautiful, minimalistic app to write in, and value a focused writing experience over a multitude of features, this is worth considering.

12. Bear

  • Cost: Free, Bear Pro subscription $1.49/month
  • Demo: n/a
  • Other platforms: iOS

Bear is a beautiful, flexible writing app for crafting notes and prose

Bear is more than a note taking app: it’s a pleasing writing environment as well. The developers have focused on making the app beautiful to look at and smooth to use. By default it uses non-standard markup, but a Markdown compatibility mode is available.

The app includes a focus mode to keep you writing, and displays images inline. Features for writers include word count and reading times. The app can export your document to Markdown, PDF, HTML, DOCX, JPG or RTF. For developers, the app has code blocks that support and highlight over 20 programming languages.

Best Markdown Editor For Mac

Other features include rich previews, cross-note links, checkboxes, and smart data recognition. Tags are added by using hashtags within the document. Bear Pro subscribers have access to a range of themes and multi-device sync via iCloud.

My take: I discovered Bear while it was still in beta, and started using it immediately. I’m now a Bear Pro subscriber. I love the checkbox feature, the way images are displayed inline, and the way tags are added. These features make it an excellent note taker. I could use the app for writing, but Ulysses has become my tool of choice.

13. Mou

  • Cost: Free (in beta), preorder Mou 1.0 for $15 (50% discount)
  • Demo: n/a
  • Other platforms: No

Markdown editor for developers.

Mou bylines itself as “the missing Markdown editor for web developers”. It’s light and responsive. Be aware that until Mou 1.0 ships, the app only works on versions of macOS up to 10.11; it doesn’t (at the time of writing) support Sierra or High Sierra.

Features include live preview, sync scroll, auto save, incremental search and custom themes. CSS, HTML and PDF export are available. Articles can be directly published to Scriptogr.am or Tumblr with a single command.

My take: The app has always looked promising, and I used it for a while a number of years ago. Lack of support for Sierra is a problem, but watch out for Mou 1.0.

14. MacDown

  • Cost: free (open source)
  • Demo: n/a
  • Other platforms: No

The open source Markdown editor for macOS.

MacDown is heavily inspired by Mou, and was created when Mou development had stalled. Like Mou, it’s designed with web developers in mind.

Features include a configurable syntax highlighting, live preview, TeX-like math syntax, and auto-completion.

My take: MacDown is a good alternative to Mou, and having an open source (MIT) license, will remain free. If you’re a web developer looking for a lean, fast, configurable editor, this might be the one for you.

15. Haroopad

Offline Markdown Editor For Mac 2017

Cost: Donationware
Demo: n/a
Other platforms: Windows, Linux

The Markdown enabled Next Document Processor

Haroopad is designed for creating web-friendly documents with Markdown. Use it to create professional-looking documents for your blogposts, slides, presentations, reports and email.

The app has some advanced features, including support for LaTeX mathematical expressions, Vim key-bindings and embedding of audio and video. Themes and skins are available, and you can export your document to HTML and PDF, with more formats in the works.

My take: Haroopad is still in beta, and the English documentation is still a little lacking. But the app is flexible and has a ton of features, as well as supporting the major desktop operating systems. And the price is right.

So, What Is the Best Mac Editor for You?

The Mac Markdown ecosystem is rich and varied. With so many apps, which is the right one for you? That depends on your priorities, and what you’ll be using the app for.

Here are some recommendations:

  • If the tool of your trade is a text editor, and you already have a favorite, you can probably use it as an adequate Markdown editor too.
  • If you’re a writer or blogger looking for a full-featured writing environment, then have a serious look at Ulysses. If you find the price a problem, you can use it for less than $10 a month by subscribing to SetApp. Or have a look at MWeb, LightPaper and Bear.
  • If you’re a developer, Quiver is the ultimate notebook for you. Simpler options include Mou and MacDown.
  • If you’re an academic, Texts may be your best option, but also have a look at MWeb.
  • If your preference is for an inexpensive, light-weight app, ByWord and IA Writer are excellent options. If distraction-free features are important, also consider Typora, Caret and Focused.
  • If you don’t spend all of your time on a Mac so need something cross-platform, then check the features of Texts, Typora, Caret and Haroopad, and choose the one that best meets your needs.

Markdown Editor For Mac

What’s your favorite Markdown editor?