Wiki
Marc Vanstraelen https://flic.kr/p/z7YsZ

Wiki

I dislike wikis. I fundamentally disagree with the conceit that their markup is easier to learn than HTML. I dislike how wikis leave people stuck in a markup backwater. Except for code: I quite like wikis in code.

Simple HTML is <p>, <h1>…<h5>, <img>, <b>, <i>, <ul>, <ol>, and <li>. That is all. All the simple parts of any wiki are the same as the simple bits of HTML. With near-universal HTML5 support we can even ignore the boiler plate, and just work with the simple elements alone. The elements are just extra bits of grammar that everyone is familiar with: commas, parenthesis, and the capitol-letter and full-stop combo that is used in English.

Even complex things, such as templates, become easy in HTML when you use the right tools. MediaWiki templates, by contrast, are a frightening collection of {{different [[brackets]] and | characters}} that put TCL to shame.

 If a person learns a wiki they are stuck with simplistic tools that cannot express what the author wants. With HTML we can add extra elements like video, CSS, and hypertext far more naturally than with any wiki. In my experience there is a plateau of complexity with HTML that occurs far sooner than with wikis.

There is one point that I will concede: when the markup is actually expected to be read as text then using a wiki markup provides a consistent look to the text. For this reason wiki-markup works well in code; I have a soft-spot for Sphinx, and I occasionally wonder what it would be like to code in WEB.

Might not be easier to learn but it's a f-load easier to type xD

Like
Reply

To view or add a comment, sign in

More articles by Michael JasonSmith

  • The software for things

    I have been musing about the intersection of the internet of things and software maintenance. The internet of things…

    2 Comments
  • Of bots and command lines

    I see little written about command-lines, despite them being very common user-interfaces. Here I will discuss what a…

  • Culture and interface design

    I walked past a Nest thermostat the other day. It sensed me and showed 19•25.

    1 Comment
  • Daisy, Daisy…

    Today I pulled the plug on a site that I helped run for a long-standing client. I dropped tables, and deleted folders…

  • Gendered design

    I hate the main control knob on my washing machine. Its operation is fairly typical: you turn it in order to select the…

    3 Comments
  • Securing email

    Currently email is usually encrypted, but on a per-organisation basis. The organisation holds the key used to encrypt…

  • Inscrutable interfaces

    A recent 99% Invisible episode, Children of the Magenta, discusses the automation paradox, and in particular the loss…

  • Accessibility

    At OpenHack I was asked for some usability advice. The interface at issue was a confirmation pop-up that appeared when…

  • Plus ça change…

    Plus ça change, plus c'est la même chose. — Jean-Baptiste Alphonse Karr IT seems cursed to have some debates every…

    2 Comments
  • Mobile web

    Three things have me thinking about the mobile web this week: Google changing their search results slightly, the Apple…

Explore content categories