|
6 | 6 |
|
7 | 7 | <p align="center">
|
8 | 8 | <a href="https://github.com/TalkControl/talk-control-revealjs-extensions/actions"><img src="https://github.com/TalkControl/talk-control-revealjs-extensions/actions/workflows/main.yml/badge.svg" alt="Build Status"></a>
|
| 9 | + <a href="https://www.npmjs.com/package/talk-control-revealjs-extensions"><img src="https://img.shields.io/npm/v/talk-control-revealjs-extensions.svg" alt="NPM version"></a> |
9 | 10 | <a href="https://github.com/TalkControl/talk-control-revealjs-extensions/blob/main/LICENSE"><img src="https://img.shields.io/github/license/TalkControl/talk-control-revealjs-extensions" alt="License"></a>
|
10 | 11 | </p>
|
11 | 12 |
|
12 | 13 | ## About TalkControl
|
13 | 14 |
|
14 | 15 | TalkControl aims to provides an easy to use extensions for anyone wanted to create slides with [reveal.js](https://github.com/hakimel/reveal.js).
|
| 16 | + |
| 17 | +You can preview it here : https://talk-control-revealjs-extensions.netlify.app/ |
| 18 | + |
| 19 | +## Features |
| 20 | + |
| 21 | +Talk Control adds numerous out-of-the-box features: |
| 22 | + |
| 23 | +### Core Extensions |
| 24 | + |
| 25 | +- **Config UI** : An interface accessible with the `C` key to change themes, presentation types, and languages on the fly. |
| 26 | +- **Theming** : Applies and manages your presentation's themes. |
| 27 | +- **Internationalization (i18n)** : Multi-language support for your slides. |
| 28 | +- **Templates** : Propose diferent templates usable : transitions, speakers, ... |
| 29 | +- **Helpers** : Severals helpers likes positions, margins, backgrounds, ... |
| 30 | +- **Multiple Columns** : Create complex layouts with multiple columns. |
| 31 | +- **Copy to Clipboard** : Adds the ability to copy the content of code blocks. |
| 32 | + |
| 33 | +### Markdown Extensions |
| 34 | + |
| 35 | +- **Admonitions**: Stylized information blocks (note, warning, etc.). |
| 36 | +- **Icons**: Easily integrate icons (Feather Icons, Font Awesome, etc.). |
| 37 | +- **QR Codes**: Generate QR Codes directly in your slides. |
| 38 | +- **Backgrounds via Markdown**: Change a slide's background directly from your Markdown file. |
| 39 | +- **Columns via Markdown**: Define column layouts with a simple syntax. |
| 40 | + |
| 41 | +## How to |
| 42 | + |
| 43 | +See [How to](./docs/how-to.md) |
| 44 | + |
| 45 | +## Development |
| 46 | + |
| 47 | +To contribute to the project, follow these steps: |
| 48 | + |
| 49 | +1. **Clone the repository:** |
| 50 | + |
| 51 | + ```bash |
| 52 | + git clone https://github.com/TalkControl/talk-control-revealjs-extensions.git |
| 53 | + cd talk-control-revealjs-extensions |
| 54 | + ``` |
| 55 | + |
| 56 | +2. **Install dependencies:** |
| 57 | + |
| 58 | + ```bash |
| 59 | + npm install |
| 60 | + ``` |
| 61 | + |
| 62 | +3. **Start the development server:** |
| 63 | + |
| 64 | + ```bash |
| 65 | + npm run start |
| 66 | + ``` |
| 67 | + |
| 68 | + This will start a server with the demo presentation. |
| 69 | + |
| 70 | +4. **Build for production:** |
| 71 | + |
| 72 | + ```bash |
| 73 | + npm run build |
| 74 | + ``` |
| 75 | + |
| 76 | +5. **Run tests:** |
| 77 | + ```bash |
| 78 | + npm run test |
| 79 | + ``` |
| 80 | + |
| 81 | +## License |
| 82 | + |
| 83 | +This project is licensed under the [Apache 2](LICENSE) License. |
0 commit comments