splitting wildcard elements by new line limiting wildcard file content formatting - if it contains multilevel {} or some long prompt, I have to write it in one line that harms visibility. I would prefer to either have the possibility to change the split symbol to something else than new line, or not split it at all, and just put the entire file content when calling it (using {||} inside file (instead of new lines) for random variants).
The simplest solution to implement this would be reading first line, and if it's empty, skip splitting the file by new lines (the first empty line assumed to be an indicator for such processing in this solution).
splitting wildcard elements by new line limiting wildcard file content formatting - if it contains multilevel
{}or some long prompt, I have to write it in one line that harms visibility. I would prefer to either have the possibility to change the split symbol to something else than new line, or not split it at all, and just put the entire file content when calling it (using{||}inside file (instead of new lines) for random variants).The simplest solution to implement this would be reading first line, and if it's empty, skip splitting the file by new lines (the first empty line assumed to be an indicator for such processing in this solution).