skUtilities
skUtilities copied to clipboard
Suggestion: Add/Remove Changers for YAML Value Expressions
Add/Remove changers for YAML expressions. If the yaml value isn't an integer or a number, it should send 1 line error to console.
Examples:
set yaml value "test" from "test.yml" to 10
add 1 to yaml value "test" from "test.yml"
add 5.3 from yaml value "test" from "test.yml"```
Ill look into this
1-upping this, would be very useful/save tons of lines of code
maybe something like this kinda execution would make it easier to implement, if at all:
set yaml value "value" of file "file" to (%yaml value% + 123)
Where "%yaml value% " would reference the previous expression
Work will be much faster if people are willing to help out
@tim740 i'd love to volumteer, but my skills are limited. best i could offer is beta-testing ... if that's of any use to you
hope can release this useful setting