**Language / Langue :** [[fr:yaml:export|FR]] | **EN** ====== YAML - Standalone and PDF Export ====== ===== HTML5 Standalone Export ===== The standalone export generates a ZIP containing a complete game that can run without installing JDR-Bot. It can be hosted on itch.io or any web server. From the editor: ''File > Export HTML5 Standalone''. ZIP contents: * ''index.html'' - entry point. * ''app/'' - JS/CSS runtime. * ''data/'' - compiled scenario data. Features: * No JDR-Bot backend required. * Progress saved in localStorage. * Online variables converted to local persistent variables. * Mobile and tablet compatible. * External assets remain referenced by URL. ===== PDF Gamebook Export ===== The PDF export creates a printable gamebook with numbered chapters, links, endings and appendices for objects, actions and HUD panels. ===== Sharing on itch.io ===== - Export as a standalone HTML5 bundle - On itch.io, create a project of type "HTML" - Upload the ZIP directly - Select the ZIP as the main file - Tick "This file will be played in the browser" A hosted video keeps working there, since the bundle is served over HTTPS. Local ''%%file://%%'' pages cannot play them. ===== See also ===== * [[en:editeur:linter-export|Linter and export in the editor]]