You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in discord about yaml support, Rezz (Idk his github) suggested to not parse a yaml file every time, since it is a bad option and makes unnecessary process. I already thought about it once. So, here is some suggestion:
#Syntax example: y[a]ml (of|from|) [file] %string%set {_yaml} to yaml "../somefile.yml"#Then, give support in yaml expressions using %string/yaml% in file fieldset yaml value "Hey" of file {_yaml} to "Test"#Then, to not save the file every time, it can only save if the file path was a string, and not yaml#So it will need a proper effect to save yaml after all changes.#Syntax example: save %yaml% at [file] %string%save {_yaml} at file "../somefile.yml"
The text was updated successfully, but these errors were encountered:
As discussed in discord about yaml support, Rezz (Idk his github) suggested to not parse a yaml file every time, since it is a bad option and makes unnecessary process. I already thought about it once. So, here is some suggestion:
The text was updated successfully, but these errors were encountered: