No description
Find a file
2024-12-08 07:57:49 +01:00
.github/workflows Add release workflow 2024-12-06 07:42:19 +01:00
images plugin ok 2024-12-06 07:39:24 +01:00
node_modules plugin ok 2024-12-06 07:39:24 +01:00
.gitignore MAJ gitignore 2024-12-08 07:53:42 +01:00
LICENSE plugin ok 2024-12-06 07:39:24 +01:00
main.js plugin ok 2024-12-06 07:39:24 +01:00
manifest.json MAJ manifest 2024-12-08 07:57:49 +01:00
package-lock.json MAJ package 2024-12-06 07:40:18 +01:00
package.json MAJ package 2024-12-06 07:40:18 +01:00
README.md plugin ok 2024-12-06 07:39:24 +01:00

WonderBox

FRANCAIS

WonderBox est un plugin pour Obsidian qui permet de transformer des blocs de texte personnalisés en boîtes stylisées pour mieux organiser et mettre en valeur vos notes. Avec ce plugin, vous pouvez créer des sections de type note, tip, info, warning, ou danger avec des styles visuels spécifiques.

Fonctionnalités

  • Transforme automatiquement des blocs Markdown comme :::note[Title]...::: en boîtes visuellement attrayantes.
  • Supporte cinq 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.
  • Facile à utiliser grâce à une syntaxe simple et intuitive.

Installation

  1. Téléchargement manuel :

    • Clonez ou téléchargez ce dépôt.
    • Placez les fichiers dans le dossier des plugins de votre application Obsidian : Vault/.obsidian/plugins/WonderBox.
  2. Installation via Obsidian (si supportée) :

    • Dans Obsidian, allez dans Paramètres > Plugins communautaires.
    • Recherchez "WonderBox" et installez-le directement depuis la bibliothèque des plugins communautaires.
  3. Activez le plugin :

    • Rendez-vous dans Paramètres > Plugins communautaires.
    • Activez WonderBox.

Utilisation

  1. Syntaxe Markdown :

    • Utilisez le format suivant pour créer des boîtes stylisées :

      :::type[Titre]
      Contenu de la boîte.
      :::
      
    • Remplacez type par l'un des types supportés : note, tip, info, warning, danger, success, error, critical, debug, update, question, announcement, progress, highlight.

    • Par exemple :

:::tip[Astuce rapide]
Vous pouvez utiliser ce plugin pour organiser vos notes efficacement !
:::

Rendu version française

Rendu version française 2

⚠️ Il s'agit d'écrire du texte. La synataxe markdown (les #, les backticks, etc... ne sont pas pris en compte)

  1. Rendu dans Obsidian :
    • Après avoir activé le plugin, vos blocs Markdown seront automatiquement transformés en boîtes stylisées.

ENGLISH

WonderBox is a plugin for Obsidian that transforms custom text blocks into stylized boxes to better organize and highlight your notes. With this plugin, you can create note, tip, info, warning, or danger sections with specific visual styles.

Features

  • Automatically transforms Markdown blocks like :::note[Title]...::: into visually appealing boxes.
  • Supports five box types:
    • note: For general information.
    • tip**: For tips and advice.
    • info**: For informative details.
    • warning**: For warnings.
    • danger: For critical messages.
  • Easy to use thanks to simple, intuitive syntax.

Installation

  1. Manual download:

    • Clone or download this repository.
    • Place the files in the plugins folder of your Obsidian application: Vault/.obsidian/plugins/WonderBox.
  2. Installation via Obsidian (if supported) :

    • In Obsidian, go to Settings > Community Plugins.
    • Search for “WonderBox” and install it directly from the community plugins library.
  3. Activate the plugin:

    • Go to Settings > Community Plugins.
    • Activate WonderBox.

Use

  1. Markdown syntax:

    • Use the following format to create stylized boxes:
      :::type[Title]
      Box content.
      :::
      
    • Replace type with one of the supported types: note, tip, info, warning, danger, success, error, critical, debug, update, question, announcement, progress, highlight.
    • For example: markdown:
:::tip[Quick tip]
You can use this plugin to organize your notes efficiently!
:::

Render English Version

Render English Version 2

⚠️ It's all about writing text. The markdown syntax (#, backticks, etc... are not taken into account)

  1. Rendering in Obsidian :
    • After activating the plugin, your Markdown blocks will be automatically transformed into stylized boxes.