Automate-Sketch icon indicating copy to clipboard operation
Automate-Sketch copied to clipboard

Feature Request: Support case conversion like {{name.uppercase}} or {{name | lowercase}}

Open rijieli opened this issue 1 year ago • 0 comments

Adding additional modifiers when using names or other text-related patterns. I think it could be 2 styles.

Style 1 using .:

  • {{name.uppercase}}
  • {{name.lowercase}}
  • {{name.capitalize}}

Style 2 using |:

  • {{name | uppercase}}
  • {{name | lowercase}}
  • {{name | capitalize}}

rijieli avatar Aug 29 '22 09:08 rijieli