This project provides an automated export mechanism for LiaScript documents and illustrates the current state of the exporter implementation. A Github Action generates json
, scorm1.2
and webpages base on all LiaScript files locate in repository root. The output is available in export
.
General information about LiaScript can be found on Project Website or in user documentation.
Filename | Interactive | SCORM1.2 | website | |
---|---|---|---|---|
00_Basic_Markdown.md |
LiaScript | Link | Link | |
01_Executable_Code.md |
LiaScript | Link | Link |
Currently, we improve the export functions. If you identify a problem or an interesting feature, do not hesitate to contact us. Just initiate an Issue here in Github.
The different export functions are activated by publishing a new version of a md
File into this folder. Within a Github-Action a script generates a clone of the repo, extracts actual content and activates the generation process. All resulting files are stored in a export
folder at the end.