Copy elements in Figma and paste directly in Oxygen Classic Builder
Added a simple Paste button that replaces two keyboard shortcuts that were needed previously.
Figma exposes implicit Auto Layout data for groups without Auto Layout—our parser can read and use this information. This makes layout interpretation more accurate and was a big step forward for smarter design-to-dev translation.
Figma elements can now automatically sorted by vertical position by the click of a button, ensuring cleaner structure and consistent layout mapping.
Server-side analysis in Rust🦀 introduced —group detection, spacing metrics, and structure mapping.
Figma Auto-Layouts are now recognized and translated into Oxygen-compatible structures, including direction, alignment, and spacing logic. Early stage—refinements to come!
You can now copy SVG icons from Figma and they’ll be inserted cleanly into Oxygen code blocks—merged with the layout structure. No extra steps, no broken markup. Just paste and go.
The figma parser now matches design elements to utility classes from popular CSS frameworks like Tailwind—bringing smarter, cleaner class suggestions to your exports.
Initial support added for detecting and mapping common CSS framework patterns (e.g. Tailwind, Bootstrap) in Figma designs. Paves the way for framework-aware exports.
Basic layout structures from Figma can now be copied and pasted directly into Oxygen, preserving hierarchy. A big step toward faster, cleaner workflows.