Skip to content

Latest commit

 

History

History
executable file
·
87 lines (75 loc) · 3.5 KB

_index.md

File metadata and controls

executable file
·
87 lines (75 loc) · 3.5 KB
banner features
title content image button
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>
/images/main.png
enable label link
false
Load Course
title image content bulletpoints button
No Building Steps (no configuration)
/images/example.png
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:
multimedia content & animations
text to speech output in different languages
quizzes & surveys
online programming
ASCII-art diagrams & dynamic charts
JavaScript by default
collaborative classrooms
title image content button
Open-courSe
/images/bg-showcase-2.jpg
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.
enable label link
true
List Open Courses
title image content button
JavaScript Ready
/images/monch.jpg
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.
enable label link
true
List of Templates
title image content button
LiveEditor
/images/LiveEditor.png
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.
enable label link
true
Try it out