A plugin for Reveal.js that enables embedding and running LiveCodes code playgrounds directly in your slides. Supports multiple languages and frameworks, allowing you to create interactive, live coding presentations.
- Embed LiveCodes playgrounds inside Reveal.js slides.
- Support for multiple languages: JavaScript, Python, HTML/CSS, etc.
- Fully interactive: users can edit and run code in real time.
Install via npm:
npm install livecodes-reveal-pluginOr include via <script> in your HTML:
<script src="https://cdn.jsdelivr.net/npm/reveal.js/dist/reveal.js"></script>
<script src="https://cdn.jsdelivr.net/npm/livecodes-reveal-plugin@latest/reveal.min.umd.js"></script>For usage, options and getting started with different frameworks, see the LiveCodes docs
Clone the repo and build:
git clone https://github.com/your-username/livecodes-reveal-plugin.git
cd livecodes-reveal-plugin
npm install
npm run buildMIT License.