@sh4444dow/maniaplanet-style-js-parser

Maniaplanet style parser

Usage no npm install needed!

<script type="module">
  import sh4444dowManiaplanetStyleJsParser from 'https://cdn.skypack.dev/@sh4444dow/maniaplanet-style-js-parser';
</script>

README

Build Status

ManiaPlanet Style parser

JavaScript port of ManiaLib's PHP style parser.

It supports : $i, $o, $s, $w, $m, $g, $n, lt;, gt;, $l (for links like $l[http://maniaplanet.org]maniaplanet$l) and colors ($f20 for instance).

Live demo : https://maniaplanet.github.io/maniaplanet-style-js-parser/

Build

Requirements

As compiled file are JavaScript, you can use it with any JavaScript interpreter. It's tested with latest node.js.

Installation

A CakeFile is used in order to generate all required files.

Just type npm run build and the file bin/mp-style-parser.js will be generated to be used in browsers.

Usage

In your javascript application just do MPStyle.Parser.toHTML('$o foo $i bar');

In web projects : <script src="https://maniaplanet.github.io/maniaplanet-style-js-parser/bin/mp-style-parser.js"></script>

Tests

You can run test by doing: npm test

License

Licensed under the GNU Lesser General Public License Version 3 (LGPLV3)