When comparing Byword 2 vs Haroopad, the Slant community recommends Byword 2 for most people. In the question“What are the best Markdown editors for OS X?” Byword 2 is ranked 2nd while Haroopad is ranked 7th. The most important reason people chose Byword 2 is:
Byword de-emphasizes the syntax itself while emphasizing its effects. It appropriately adds style, like italic and bold, to text that's designated by markdown and dims the syntax so it does not get in the way of comprehension. Additionally, there are commonly used hotkeys (⌘b, ⌘i, etc) that can be used to apply style without having to know the syntax or having to type it out each time.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Great Markdown support without being intrusive
Byword de-emphasizes the syntax itself while emphasizing its effects. It appropriately adds style, like italic and bold, to text that's designated by markdown and dims the syntax so it does not get in the way of comprehension. Additionally, there are commonly used hotkeys (⌘b, ⌘i, etc) that can be used to apply style without having to know the syntax or having to type it out each time.
Pro Available for all Apple devices
Byword is available on a Mac, an iPhone and iPad.
Pro Extremely simple
Byword is as simple as Markdown editors can get. Even though Markdown itself is not hard, Byword offers assistance to make it even easier with very little configuration required.
The UI is minimalistic and un-intrusive, the syntax auto-completion is excellent, and there are multiple small but helpful features that make writing Markdown with Byword a breeze.
Pro Syncs using iCloud and Dropbox
Documents can be synced using iCloud or Dropbox from within the editor for use across all devices.
Pro Direct publishing to web platforms
Byword allows users to publish their markdown files directly to web platforms such as Wordpress, Tumblr, Blogger and even Evernote.
Pro Word count support
Has a built-in word counter.
Pro Multiple export options
You can export to HTML, PDF, RTF.
Pro A dark theme is available
For people who enjoy working during the night, there's a dark theme available that reduces strain on the eyes.
Pro Includes features that speed up writing
For example, while authoring a bulleted list hitting return automatically prepares a new bulleted line.
Pro Live update support
Byword has a "Preview Markdown" option where it does exactly what it promises. It immediately compiles and displays the rendered Markdown file, making it easy for the user to understand how they are actually formatting their document.
Pro Supports Multimarkdown
Byword supports all the table types in Multimarkdown including table captions. MathJax support is added via metadata at the beginning of file was well as support for various diagrams. Table of Contents is also supported.
Pro Supports iCloud Drive and Handoff
One of the few (well, Ok, only for far) that has been updated for Yosemite features. Jan 2015.
Pro Updated frequently
Byword gets frequent updates which add new features or fix existing bugs.
Pro Very customizable
Haroopad has multiple available themes to choose from and new ones can be easily built with CSS.
Pro Multiplatform support
Runs on Mac, Windows and Linux with 32-bit and 64-bit binary packages available.
Pro Completely free
Haroopad is a free and open source Markdown Editor.
Pro Various publishing and export options
Haroopad can publish to Wordpress, Evernote, Tumblr and MediaWiki and export to EPub, ReStructured Text, RTF and PDF.
Pro Mathematical expressions support
Haroopad supports mathematical expressions through LaTeX and MathJax.
Pro Supports MathJax
Mathematical equations can be exported to the browser by using MathJax, a JavaScript display engine with a lot of great features such as typography support and modular output.
Pro Allows embedding content from a wide variety of sources
Content from YouTube, Twitter, Vimeo, Slideshare, Flickr, Instagram, Soundcloud, Wikipedia and Pastebin can be embedded in the document.
Pro The Markdown flavor can be extended
Haroopad supports GitHub Markdown flavor out of the box. But the functionality can be extended to support additional Markdown features.
Pro Vi key bindings
For people used ti vi/vim, Haroopad can be set up to be used with vi keybindings.
Pro Dual License
GPL3 license is applied to the current version and will be applied in the future to meet the internal dual licensing scheme.
Commercial use follows Apache license v2 (APLv2) for keeping the GPL license and non-commercial use under consideration.
Cons
Con No support for code blocks
I need my markdown editor to support code blocks like
def foo(bar, baz):
qux()
This one does not.
Con Publishing requires additional in-app purchase
The feature to publish Markdown files to web services costs an additional $5 of in-app purchase.
Con Expensive
Con Limited customizability
One of the things that makes Byword so easy to use is the fact that it needs very little setup and option-tweaking. However, that severely limits the ability to customize the editor itself. For example, there are only two themes available, a light one and a dark one.
Con English translation is iffy
The software was initially developed in Korean for Korean users and later translated and ported to English. The translation to English has not been perfect and there may be some weird expressions and grammatical errors along the way.
Con Documentation is in Korean
The official documentation is in Korean, so it may be a bit hard for non-Korean speakers to find their way around Haroopad.
Con Windows installer does not support easy admin installation
It can't request the necessary privileges to install to C:\Program Files.
Con Undo sometimes loses control about the selection
Select some text, select a formatting in the Markdown Syntax Helper view, undo.
Con Code pane is dark in default theme
Can be hard to read and a bit hard to find where to change it.