LiveGobe Module Language
The LiveGobe Module Language is the scripting language used for creating modules within the LiveGobe ecosystem. It allows you to extend the functionality of the wiki, customize behaviors, and automate repetitive tasks.
Subpages
Overview
LiveGobe Module Language (LGML) is basically JavaScript, with reduced context and some additions.
You can use it to:
- Create reusable modules
- Define functions and logic for templates
- Parse and manipulate wiki content programmatically
Navigation
For detailed information, choose a subpage:
- Documentation: Technical reference for all functions, operators, and available modules.
- Guide: Step-by-step tutorials, examples, and best practices for writing modules.