How-tos
Workflow paths.
Short paths through the alpha documentation. These are intentionally broad: they help people find the right page without pretending the UI is finished.
| Status | Task map |
|---|---|
| Audience | Early users, contributors, agents |
| Source | Runebender Xilem README and website docs |
| Stability | Paths are stable; exact UI details may move |
First run
- Read Current facts so the alpha status is clear.
- Follow Xilem install to clone and run the native editor from source.
- Open a UFO such as
assets/untitled.ufo. - Use Xilem shortcuts for the current shortcut map.
Edit a glyph
- Use Drawing to understand the available tools.
- Use Select, Pen, Hyperbezier Pen, or Knife depending on the contour work.
- Use preview and zoom commands while checking shape and spacing.
- Keep real UFO sources under version control while testing alpha behavior.
Trace a drawing
- Read Tracing for the image import and autotrace workflow.
- Use img2bez for local/offline tracing.
- Use QuiverAI only when network access, API key, and API credits are acceptable.
- Expect traced outlines to need cleanup and metric adjustment.
Inspect format behavior
- Read Format notes for the conservative UFO and hyperbezier map.
- Use the canonical hyperbezier spec in the source repo for exact details.
- Use Glossary for terms like GLIF, contour, on-curve, and cubic.
- Prefer source links over copied specs when documenting behavior that may change.
Contribute
- Read Development for contribution entry points.
- Use Source map to find the relevant implementation area.
- Keep docs broad unless behavior has stabilized in code.
- Update llms.txt and llms-full.txt when documentation structure changes.