When comparing Markdown vs Calipso, the Slant community recommends Markdown for most people. In the question“What is the best Node.js-based CMS?” Markdown is ranked 10th while Calipso is ranked 13th. The most important reason people chose Markdown is:
Designed to be easy for a human to enter with a simple text editor, and easy to read in its raw form.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Human-readable
Designed to be easy for a human to enter with a simple text editor, and easy to read in its raw form.
Pro Widely used
Markdown is quickly becoming the writing standard for academics, scientists, writers, and many more. Websites like GitHub and reddit use Markdown to style their comments.
Pro De facto standard
Markdown is ubiquitous. It's supported by nearly everything. The markup available in the common subset of all the many dialects isn't that rich, but it's usually enough to get the job done.
Pro Multi-directional
You can convert HTML to Markdown or Markdown to HTML. You can use tools like pandoc to convert to other formats as well.
Pro Revision friendly
It is easy to track changes for markdown documents as compared to other formats like doc, html, etc. You only need to place your markdown documents under some version control system.
Pro Calipso runs with MongoDB and Express in the background
Calipso uses MongoDB through Mongoose as a database and it runs on top of Express, the most popular framework for Node. Making it very simple for anyone experienced in Express and used to working with Mongo.
Pro Calipso is built using a modular approach
Calipso delivers it's functions by using a modular approach. All of the core features that you would expect from a CMS, excluding theming and forms are provided by modules.
Pro Calipso supports the use of stylus in CSS
Calipso also supports the use of stylus for stylesheets and themes. This means that customizing themes with Calipso is very easy.
Cons
Con Lacks a coherent standard
Lacks a coherent standard, just many semi-compatible dialects (MultiMarkdown, etc). This inconsistency can cause problems if the person writing the Markdown is using a different dialect from the one that will be used to render it.
Con Bad support for table
It has poor support for table, while table is an important part of article.
Con Bad support for larger documents
Works good for single file documents like READMEs.
Lack support for cross-references, TOCs, document index etc.
Con It doesn't support semantic markup
It's unstructured.
Con Has been inactive for long
The last update on GitHub was several months ago.
Con Installation may be a little hard
Because of Calipso's modular approach, it can be a little hard to get everything ready because if some modules are missing, it can cause trouble.
