Documentation Index
Fetch the complete documentation index at: https://docs.yamuno.com/llms.txt
Use this file to discover all available pages before exploring further.
Features & How To
Markdown Exporter for Confluence is a Forge-native app that gives you full control over how your Confluence content is exported to Markdown. Below is an overview of every major feature.Export Scope
Choose exactly how much to export:| Mode | What it exports |
|---|---|
| Single Page | One Confluence page as a single .md file |
| Page Tree | A parent page plus any selected child pages, as a ZIP |
| Space Export | All pages in a space (or a filtered selection), as a ZIP |
YAML Front Matter
Optionally prepend YAML metadata to every exported file. Built-in fields includetitle, author, date, space, and confluence_id — each toggleable individually. You can also add your own custom key-value fields.
→ YAML Front Matter guide
Obsidian Mode
Enable Obsidian mode to automatically convert all internal Confluence page links into[[Page Title]] wikilink format. Drop the ZIP into your Obsidian vault and links resolve natively.
→ Obsidian Mode guide
Custom Filename Patterns
Control how your exported files are named using{title}, {date}, and {id} tokens. Useful for archives, static site generators, and any workflow that requires predictable or sortable filenames.
→ Filename Patterns guide
