Back to Notenik.app


The Notenik Knowledge Base

5. The Notenik Manifesto ↑

5.2 HyperText Markup Language

HTML and the World-Wide Web have become so ubiquitous in our modern world – and have also been so debased through their usage for crass commercial purposes – that it is hard now to remember the original miracle.

It may help to recount my own personal history of writing tools.

But then, HTML and the Web came along, providing all of the following improvements.

  1. HTML documents could be authored and edited and read using any of a number of different software applications, running on pretty much any computing platform.

  2. HTML is written using plain text, so anyone could see how HTML documents were constructed, and could even write software to generate their own HTML docs.

  3. HTML documents could be published on the Web, instead of on paper, providing access to anyone on the Internet.

  4. HTML docs did not have to be formatted to be printed on a particular page size – instead, they could reflow dynamically to fit whatever output size the reader preferred, even allowing the reader to adjust the font size dynamically.

  5. HTML documents could be easily updated at any time – even in their published form! – making ongoing corrections and improvements a possibility.

  6. Each HTML document published to the Web was assigned its own unique and unchanging address, making it easy for others to reference and share.

  7. One HTML document could link to others!

Probably any one or two of these would have been enough to convince me that HTML documents were an improvement over word processing files, but all seven…?! Why would anyone not use HTML, once it became available?

And so, Notenik uses HTML internally to format its display of a Note, and also makes it easy to use your Notes to generate HTML, and create web pages, and even an entire website.


Next: Markdown for Lightweight Markup