Back to Notenik.app


The Notenik Knowledge Base

5. The Notenik Manifesto ↑

5.3 Markdown for Lightweight Markup

Although HTML is a language whose basics can be easily learned and applied, it is not the most friendly and forgiving syntax for use by authors.

And so, soon after learning the rudiments of HTML, I began to explore what are often called lightweight markup languages. Such a syntax is easier to write than HTML, but still can be easily translated to HTML whenever needed. I first started using Textile, and wrote most of Reason to Rock that way.

Eventually, though, Textile gave way to Markdown, and that’s turned out to be the syntax that seems to hit the sweet spot, for many others as well as myself, in its ability to offer just enough formatting options to be useful, but not so many as to be overwhelming.

And so Notenik allows Notes to be written using the Markdown syntax, including many popular extensions, such as the the ability to link from one Note to another using Wiki Style Links.


Next: Better a Tool than an App