JSXGraph & LiaScript ... a Perfect Match

JSXGraph & LiaScript ... a Perfect Match

As you know, LiaScript is an extension for Markdown that was developed as a language for easy and decentralized creation of interactive online courses—in short, a language for OER. It adds various features to Markdown which were previously missing, such as the integration of multimedia content, oEmbed sites, the execution of script tags, animations in combination with text-to-speech output to generate a mixture between screencast and interactive textbooks. It does not require an additional compilation step, since the content is directly interpreted within the browser. Additionally, other Markdown dialects often lack the ability to extend the language; in LiaScript this is possible with an additional macro syntax which allows for integrating and mixing external JavaScript, CSS, plus the LiaScript Markdown language.

We have therefore added a JSXGraph extension, which is in itself a Markdown file that only has to be imported into the header of a document. This README is itself self-describing documentation. Afterwards, it is possible to use different JSXGraph extensions directly within code blocks, which are indicated by the @JSX.Graph... macros.

We have presented this integration at the JSXGraph Conference 2025 in Bayreuth, Germany. Check out the conference page for more information:

JSXGraph Conference 2025

See the complete presentation about the integration of JSXGraph into LiaScript at the JSXGraph Conference 2025 here:

You can try out this example directly in the LiveEditor:

Related Posts

A Custom Extension for Algebra

Today we show how to build a custom extension for executable code-snippets for LiaScript Markdown by using the computer algebra systems Algebrite. The same can be done with any other library, framework, API ...

Read More

We Are Developers 22 - Interactive Markdown for Education & Documentation

In this talk, we will present LiaScript, a Markdown-based DSL that is intended to be used for developing online courses, that look like screen-cast with various interactive elements.

Read More