run icon indicating copy to clipboard operation
run copied to clipboard

feat: Easily export attributes

Open TekWizely opened this issue 3 years ago • 0 comments

Enables two quick ways to export an attribute:

Export with implied variable name based on attribute name

  • EXPORT .ATTRIBUTE.NAME
    • Implicitly assigns to variable ATTRIBUTE_NAME, ie
    • Removes leading '.'
    • Replaces remaining '.' characters with '_'

Export with explicit variable name

  • EXPORT .ATTRIBUTE.NAME AS VAR_NAME
    • Assigns to variable VAR_NAME

bug: Normalize attribute names in RHS references

TODO:

  • [ ] Update Readme

Fixes #57

TekWizely avatar Jul 28 '22 17:07 TekWizely