Home

Awesome

BarelyML

Markup display for JUCE - Barely a Markup Language

Introducing BarelyML, the markup language nobody asked for but you're getting anyway! When I realized that just implementing a Markdown display for JUCE apps would not give me the flexibility I needed, I combined my favourite features from different markup languages (e.g. the headers from Markdown and the tables from DokuWiki) and added a simple coloring scheme on top.

As a plus, BarelyMLDisplay can convert simple Markdown, DokuWiki, and AsciiDoc content to its own syntax on the fly, and comes with a handy interactive demo project (as a PIP => just drag BarelyMLDemo.h onto a Projucer window).

Version history

0.3 (2024-04-07)

0.2.1 (2023-10-20)

0.2 (2023-10-20)

0.1 (2023-10-08)

Licensed under the MIT license, in the hope it will be useful to as many people as possible.