You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Educational Resources made Easy and Decentralized...
Share your knowledge and build online courses with simple LiaScript! LiaScript is an open Markdown dialect and interpreter for interactive and educational content, providing everything you need to jumpstart a journey to engaging OER projects.
<br>
<br>
<input type="url" style="border: 1px solid black; border-radius: 5px; padding: 8px; margin-right: 6px;" placeholder="Enter your Markdown-URL ..." id="course_url">
<button class="btn btn-primary" onclick="location.href = load(document.getElementById('course_url').value); return false;">
Load Course
<i class="fa fa-arrow-right pl-2"></i>
</button>
Your course is parsed and rendered in real-time within the browser at client-side. You only have to provide the URL to your course file. A course is a simple Markdown format with support for:
You are the owner of your content, but by hosting your course on github you give others the chance to contribute to, to translate, to adapt to your course.
There is no single source of truth, so why should there be only one course. With the help of git branches and forks it may be possible to develop course for different students and target audiences.
In contrast to other Markdown-parsers you are free to use any JavaScript library you want. This way you can integrate any kind of visualization, simulation, computer-algebra-system, or whatever you might think is useful for your course.
<br />
To simplify the usage of JavaScript and HTML elements, LiaScript provides a macro-system to cover repetitive tasks.
This is a browser-based collaborative online editor for LiaScript.
All content is stored within your browser. Collaboration is
enabled by
<a target="_blank" href="https://webrtc.org">WebRTC</a> and
<a href="https://yjs.dev/">Yjs</a>. The snippets are already
included, simply type "lia" to explore some features of LiaScript.
By the way, if you have a GitHub account, you can directly export
your courses to gists.