export_character_sheet
Export D&D 5e character data to a formatted Markdown sheet with YAML frontmatter for campaign documentation and Obsidian integration.
Instructions
Export a character to a Markdown sheet file.
Generates a beautiful Markdown character sheet with YAML frontmatter in the campaign's sheets/ directory. The sheet can be viewed in any Markdown editor, with optional Meta-Bind support for Obsidian.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_or_id | Yes | Character name, ID, or player name | |
| player_id | No | Player ID for permission check (omit for single-player DM mode) |