Dash XML

“ It’s too simple — let’s turn it complex! ”

Introduction

This is one example about how Dash Markup can be used in practice.

Short proof of concept:

img - src res/dash-markup.svg --
br --
a - href //unseen-site.fun - target _blank -
  i -- Unseen-Site.Fun --
-
<img src="res/dash-markup.svg" />
<br />
<a href="//unseen-site.fun" target="_blank">
  <i>Unseen-Site.Fun</i>
</a>

With Dash Markup, your eyes & fingers will (hopefully) strain less on the syntax 😄

Basic Rules

How do I use it?

At the moment, omnisrv supports Dash XML, in plain text files ( .txt ).

There’s also a implementation in JavaScript/TypeScript in this repository . Note that the code is probably obsolete.

You can also try to write your own implementation by hand.