We Are Developers 22 - Interactive Markdown for Education & Documentation

We Are Developers 22 - Interactive Markdown for Education & Documentation

Well… there is a so called OER movement - OER stands for OpenEducationalResources. In contrast to the OpenSource initiative, there is no such thing as a common or uniting (programming) language, where people can contribute pieces to a larger project.

It might sound strange, but we think that Markdown can be an ideal language candidate for e-learning. But it is mainly used to create static content, the syntax is fixed and not extendable. We tried to reinterpret Markdown and started to develop LiaScript, a WebApp that runs entirely within the browser; and just by referencing can turn any README into an interactive textbook, presentation, or screencast with an auto. narrator where:

  • code-snippets can be executed & edited
  • tables turn into diagrams
  • native JavaScript support
  • as well as quizzes, surveys, ASCII-art, etc.

LiaScript has its own macro-language, which can be used by developers to introduce new features that can be utilized in other courses.

Like it?

    [[X]] YES
    [[ ]] no

Related Posts

Import A-Frame 3D models, scenes, and more into LiaScript open-courSes

This blog entry presents an example of how to import A-Frame 3D models, scenes, and more into LiaScript open-courSes.

Read More

Install Atom with LiaScript (Deprecated)

This blog entry presents a little workaround and shows how you can still use our two plugins to develop your LiaScript courses offline with the Atom editor.

Read More

Install Visual Studio Code with LiaScript

Due to some problems with package updates for Atom editor, we decided to created two LiaScript extensions for VSCode.

Read More