MAJ README

This commit is contained in:
Chrstn67 2024-12-19 12:15:06 +01:00
parent 229c16d8ea
commit cd6c1d0b5a
2 changed files with 8 additions and 6 deletions

View file

@ -7,12 +7,13 @@
### Fonctionnalités
- Transforme automatiquement des blocs Markdown comme `:::note[Title]...:::` en boîtes visuellement attrayantes.
- Supporte cinq types de boîtes :
- Supporte plusieurs types de boîtes :
- **note** : Pour des informations générales.
- **tip** : Pour des astuces et conseils.
- **info** : Pour des détails informatifs.
- **warning** : Pour des avertissements.
- **danger** : Pour des messages critiques.
- et plus...
- Facile à utiliser grâce à une syntaxe simple et intuitive.
### Installation
@ -67,12 +68,13 @@ Vous pouvez utiliser ce plugin pour organiser vos notes efficacement !
### Features
- Automatically transforms Markdown blocks like `:::note[Title]...:::` into visually appealing boxes.
- Supports five box types:
- Supports several box types:
- **note**: For general information.
- tip\*\*: For tips and advice.
- info\*\*: For informative details.
- warning\*\*: For warnings.
- **tip**: For tips and advice.
- **info**: For informative details.
- **warning**: For warnings.
- **danger**: For critical messages.
- and more...
- Easy to use thanks to simple, intuitive syntax.
### Installation

View file

@ -1,7 +1,7 @@
{
"id": "wonderbox",
"name": "WonderBox",
"version": "1.0.5",
"version": "1.0.6",
"minAppVersion": "0.12.0",
"description": "Create more relevant text sections your tips, top notes, warnings and more.",
"author": "Christian Humbert",