Tutorials#
Step-by-step guides for common Export Pro tasks.
Tutorial 1: Exporting a Single Page to Markdown#
Learn how to export a single Confluence page to Markdown format.
Steps#
- Navigate to any Confluence page
- Open the page actions menu (three dots icon)
- Select Export Pro
- Step 1 - Select Scope: Choose “Current Page Only”
- Step 2 - Select Formats: Ensure “Markdown” is selected (default)
- Step 3 - Options:
- Enable “Include Frontmatter” if you want YAML metadata
- Leave “Export as Single File” unchecked (not applicable for single page)
- Click Start Export
- The file downloads directly as
<page-title>.md
Result#
A single Markdown file containing your page content, optionally with YAML frontmatter.
Tutorial 2: Exporting a Page Hierarchy#
Export a parent page along with all its child and descendant pages.
Steps#
- Navigate to a parent page with child pages
- Open the page actions menu and select Export Pro
- Step 1 - Select Scope: Choose “Include Child Pages”
- Step 2 - Select Formats: Select your desired format(s)
- Step 3 - Options:
- Enable “Export as Single File” to combine all pages into one document
- Or leave disabled to get a ZIP with individual files preserving folder structure
- Click Start Export
- Watch the discovery phase find all child pages
- Monitor the export progress in real-time
- Download completes automatically
Result#
A ZIP archive containing all pages in the hierarchy, organized in folders matching the Confluence page tree structure.
Tutorial 3: Exporting an Entire Space#
Export all pages from a Confluence space.
Steps#
- Navigate to any page within the target space
- Open the page actions menu and select Export Pro
- Step 1 - Select Scope: Choose “Entire Space”
- Step 2 - Select Formats: Select your desired format(s)
- Step 3 - Options: Configure as needed
- Click Start Export
- The app will paginate through all space pages (250 per batch)
- Monitor progress in the metrics chart
- Download the ZIP archive when complete
Result#
A ZIP archive containing all pages from the space as individual files.
Tutorial 4: Including Metadata in Exports#
Add YAML frontmatter with page metadata to your Markdown exports.
Steps#
- Open Export Pro on any page
- Select your desired scope
- Step 2: Ensure “Markdown” format is selected
- Step 3: Enable Include Frontmatter
- Click Start Export
Result#
Each Markdown file will include frontmatter like:
---
title: "Page Title"
created: 2024-01-15
updated: 2024-01-20
author: "user123"
labels: ["documentation", "api"]
path: "folder/page-title.md"
---Use Case#
This is essential for static site generators like Hugo, Jekyll, or Docusaurus that use frontmatter for page metadata.
Tutorial 5: Combining Multiple Pages into One File#
Create a single document containing all exported pages.
Steps#
- Open Export Pro and select either:
- “Include Child Pages”, or
- “Entire Space”
- Step 2: Select your desired format(s)
- Step 3: Enable Export as Single File
- Click Start Export
Result#
Instead of a ZIP with multiple files, you’ll get:
- A single file for single-format exports
- A ZIP with one combined file per format for multi-format exports
All pages are concatenated with page titles as section headers.
Tutorial 6: Exporting Multiple Formats Simultaneously#
Export to multiple formats in a single operation.
Steps#
- Open Export Pro on any page
- Step 1: Select your desired scope
- Step 2: Select multiple format checkboxes (e.g., Markdown + HTML)
- Step 3: Configure options
- Click Start Export
Result#
- Single page: ZIP containing one file per format
- Multi-page: ZIP with folders or files organized by format
Tutorial 7: Debugging Export Issues#
Use debug mode to troubleshoot export problems.
Steps#
- Open Export Pro
- Configure your export as usual
- Step 3: Enable Debug Mode
- Click Start Export
- Switch to the Log tab (appears after starting)
- View detailed logs in real-time
What to Look For#
- API errors: Check for failed requests
- Page issues: Identify pages causing problems
- Conversion errors: See which content couldn’t be converted
- Timing info: Understand where time is spent
Reporting Issues#
When reporting bugs, include the debug log output to help us diagnose the problem quickly.
Tutorial 8: Handling Large Space Exports#
Best practices for exporting large Confluence spaces.
Preparation#
- Use Chrome or Edge browser for File System Access API support
- Ensure stable internet connection
- Allow sufficient time for large exports
Steps#
- Navigate to a page in the target space
- Open Export Pro and select “Entire Space”
- Enable Debug Mode to monitor progress
- Click Start Export
- Watch the discovery phase (may take time for large spaces)
- Monitor the metrics chart for throughput:
- Bar chart shows requests/second
- Area chart shows KB/second
- Wait for completion or close the dialog to cancel
Tips#
- The metrics chart shows the last 60 seconds of activity
- Page counter updates in real-time during discovery
- You can abort at any time by closing the modal
- Large exports use streaming to avoid memory issues
Troubleshooting#
Export Doesn’t Start#
- Check browser compatibility (Chrome, Edge, Firefox, Safari)
- Verify you have permission to view the pages
- Refresh the page and try again
Download Fails#
- Check browser download settings
- Ensure sufficient disk space
- Try a smaller export first
Missing Content#
- Verify the pages exist and are accessible
- Check if content uses unsupported macros
- Enable Debug Mode to see conversion details
Slow Export#
- Large spaces naturally take longer
- Check network connection
- Monitor the metrics chart for throughput
- Consider exporting smaller sections
Related Topics#
- Export Formats - Format reference
- Export Scopes - Scope details
- Export Options - Option reference