todo_list_cards_from_markdown
Convert markdown task lists into printable cards with priority indicators, then optionally print them on thermal printers for physical task management.
Instructions
Generate and optionally print task cards from a markdown file.
Parses a markdown file with task lists (using ## headers and - bullets), generates PNG images for each section, and optionally sends them to your thermal printer. Priority tasks marked with * get a star symbol.
Args: file: Path to markdown file (relative to current directory) no_print: If True, only generate images without printing (default: False)
Returns: List of generated PNG file paths
Example markdown format: ## Morning Tasks - *Get dressed (priority) - Brush teeth - Make coffee
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| no_print | No |