When comparing StackEdit vs Textnut, the Slant community recommends StackEdit for most people. In the question“What are the best Markdown editors for OS X?” StackEdit is ranked 3rd while Textnut is ranked 26th. The most important reason people chose StackEdit is:
StackEdit works within your browser. You need internet access to connect to the website, but once it's loaded, the site does not require an internet connection - you will be able to edit and save files locally. Additionally, you can use [Fluid](http://fluidapp.com) to turn it into a native desktop application.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Works online and offline
StackEdit works within your browser. You need internet access to connect to the website, but once it's loaded, the site does not require an internet connection - you will be able to edit and save files locally. Additionally, you can use Fluid to turn it into a native desktop application.
Pro Supports various Markdown flavors
Supports standard Markdown and Markdown Extra.
Pro Simple workflow
It is very easy to toggle between the preview and the editing windows. The black makes it a very focused writing environment. Of course it's possible to change that if needed.
Pro Great when in full-screen
Pro No need to install additional software
StackEdit works directly from the browser, there's no need to install additional software as long as you have a web browser installed on your computer.
Pro Real-time preview
The preview shows in a collapsible pane on the right hand side.
Pro Instant publishing
StackEdit allows pushing a document directly to a list of publishing or file storage platforms or any SSH server.
Pro Multiple export options
Can export to .txt, .html and .pdf.
Pro Syncs via Dropbox and Drive
Files can be synchronized through Dropbox and Drive.
Pro Can automatically convert Markdown to rich text
TextNut has two modes that it can switch between on-the-fly - Markdown and rich text editing mode. In rich text editing mode Markdown syntax is automatically converted to rich text. For example, typing ***bold***
will automatically convert it to bold. In Markdown mode syntax will be kept (with chosen styling applied).
Pro Advanced yet easy way to add images
Images can be added by writing a curly brace ({
) anywhere in the text and a popup will appear that will allow dragging and dropping the image in as well as customize the parameters without having to remember the proper syntax.
Pro Effectively does WYSIWYG editing
Pro Easy document management
Drag and Drop tree structure document management, powerful and flexible.
Cons
Con Saves files in browser's local storage
Local storage is limited and if the browser crashes the text can be lost.
Con Cannot be accessed while being offline
Even though the editor itself works offline, you need internet access to open the website and the editor.
Con Lacks a good integrated spell checker
Uses the built-in browser spell checker which may not be as good as spell checkers other editors have. Depending on the browser, of course.
Con Publishing to GitHub requires giving write access to repos
In order to publish documents to GitHub, StackEdit requires writing access to your repos, something which many people may not be comfortable with.
Con Rich text editing mode has incomplete Markdown support
Some Markdown elements don't convert to rich text in rich text editing mode. For example, for emphasis only *
will convert, _
will be left as is.