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

AI-Assisted Course Creation: From Markdown to Interactive Learning in 3 Hours

How do you transform a plain Markdown document into an engaging, interactive learning experience complete with animations, quizzes, AI-generated imagery, and video narration—all within a three-hour workshop?

Read More

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