Release Notes
Export history
- Added export history log in the admin configuration panel
- Tracks space, exported-by user, page count, date, and export options for each export
- Expandable rows show page titles and option badges
- Admins can clear history at any time
Customizable YAML front matter
- Individual built-in fields (title, author, date, space, confluence_id) can now be toggled on or off
- Custom key-value fields can be added and will appear in every exported file's front matter
- Live YAML preview updates as you configure fields
Filename pattern validation
- Pattern must include
{title} or {id} to guarantee unique filenames in multi-page exports
- Invalid patterns show a red border and inline warning; Export button is disabled until fixed
Live filename preview in the page tree
- Each page in the tree now shows the generated filename below the title, updating in real time as you type the filename pattern
Filename patterns
- Introduced
{title}, {date}, and {id} tokens for flexible filename control
- Quick-insert buttons for each token
{title} token slugifies the page title (lowercase, hyphens, no special characters)
Obsidian mode
- Internal Confluence page links are converted to
[[wikilink]] format when Obsidian mode is enabled
- Compatible with Obsidian vault resolution when filenames use the
{title} pattern
Panel / Callout style
- Three rendering options for Confluence info/warning/note/tip/error panels: Callout (GitHub / Obsidian), Blockquote, Plain text
YAML front matter
- Added option to prepend YAML metadata to each exported file
- Fields: title, author (last editor), date (last edit), space key, Confluence page ID
Single-file export
- New mode to merge all selected pages into a single
.md file separated by --- dividers
- Ideal for feeding content into AI tools or creating searchable single documents
Attachments
- Added Include attachments option for ZIP exports
- Attachments are downloaded in parallel and placed in a per-page subfolder under
attachments/
- Markdown image/file references use relative paths to the attachment subfolder
Initial release
- Page tree with checkboxes for selecting individual pages or entire subtrees
- Recursive export of all selected pages as Markdown
- ZIP export with folder structure mirroring the Confluence page hierarchy
- Internal links converted to relative paths within the ZIP
- In-tree search with match highlighting
- Per-page markdown preview
- Per-page single-page download
- Progress bar during export