livecodes-reveal-plugin
v1.0.6
Published
A plugin for Reveal.js that enables embedding and running LiveCodes code playgrounds directly within your slides. Supports multiple languages and frameworks, making it easy to create interactive, live coding presentations.
Maintainers
Readme
livecodes-reveal-plugin
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.
Features
- 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.
Installation
Install via npm:
npm install livecodes-reveal-pluginOr include via <script> in your HTML:
<script src="path/to/reveal.js"></script>
<script src="path/to/livecodes-reveal-plugin/reveal.js"></script>Usage
For usage, options and getting started with different frameworks, see the LiveCodes docs
Build & Development
Clone the repo and build:
git clone https://github.com/your-username/livecodes-reveal-plugin.git
cd livecodes-reveal-plugin
npm install
npm run buildLicense
MIT License.
