📤 Publish Document

Publishes a .confluence file to your Confluence space. This command will either create a new page or update an existing one if the file has been previously published.

Command ID: confluence-smart-publisher.publishConfluence

How to Use

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

“Publish Document” Command Flow

The Publish Document command (publishConfluence) executes a series of steps to ensure that the content of the .confluence file is correctly published or updated on Confluence, keeping metadata and properties synchronized. See the detailed flow:

  1. Initial Validation
  2. File Reading
  3. Page ID Verification
  4. Page Creation or Update
  5. Metadata Synchronization
  6. ID Persistence
  7. User Feedback

Benefits

Limitations