🔤 Decode HTML Entities

Converts HTML entities in your .confluence file to their corresponding special characters, while preserving parameters and tags to prevent data loss and formatting errors.

Command ID: confluence-smart-publisher.decodeHtml

How to Use

  1. Right-click on a .confluence file in the VS Code explorer
  2. Select “Confluence Smart Publisher” > “Decode HTML Entities”

“Decode HTML Entities” Command Flow

The Decode HTML Entities command (decodeHtml) executes a series of steps to convert HTML entities to their corresponding special characters while preserving CSP tags. See the detailed flow:

  1. Initial Validation
  2. Content Analysis
  3. Entity Conversion
  4. File Update
  5. User Feedback

Note: The entire flow is executed transparently, with logs in the “Output | CSP” panel of VSCode to facilitate diagnosis in case of problems.

Benefits

Limitations