TatML User Guide
Introduction
TatML (Tatting Markup Language) is designed to solve the precision problems in traditional tattin...
Getting Started
Your First Pattern Here's a simple ring and chain pattern in TatML: pattern "My First Pattern" ...
Basic Syntax
Pattern Structure Every TatML file starts with a pattern declaration: pattern "Pattern Name" { ...
Elements Reference
Rings Basic ring syntax: ring1: R(stitches, p, stitches, p, stitches) Examples: // Simple rin...
Advanced Features
Multi-Shuttle Patterns pattern "Two Shuttle Example" { shuttles: 2 shuttle1 { ...
Troubleshooting
Common Errors Duplicate Elements Element ring1 already defined Each element needs a unique I...
Getting Help
Check the TatML Specification for detailed syntax rules Run validation to catch errors early ...
Quick Reference
Basic Pattern Structure pattern "Pattern Name" { thread: size20, white shuttles: 1 ...