-
Can you combine a wildcard with other text on a line in a wildcard file, like this:
Does that work? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
I just answered my own question. It does appear to work. |
Beta Was this translation helpful? Give feedback.
-
@adieyal this seems to not be possible anymore in the latest version. Something like this doesn't work anymore it seems:
Before this would pick one of the two options at the start of the line, and then add the other info on the line. Now it just picks night or nighttime, and ignores the rest of the line. Would it be possible to get this functionality back to include the rest of the line in the wildcard file? |
Beta Was this translation helpful? Give feedback.
-
Actually, it looks like if it picks the second item, then it includes the rest of the line. If it picks the first item, then it ignores the rest of the line. Not sure what happens if there are more than two items, it probably only includes the rest of the line if it picks the last option. |
Beta Was this translation helpful? Give feedback.
-
@adieyal I figured out what was going on. I had two wildcard files that had the same filename, and it was picking from the other file. I wonder if there could be a warning in the console when this happens, when there are two or more files named the same, which might lead to undesired behavior, so that it would be easier to track down the problem. |
Beta Was this translation helpful? Give feedback.
@adieyal I figured out what was going on. I had two wildcard files that had the same filename, and it was picking from the other file. I wonder if there could be a warning in the console when this happens, when there are two or more files named the same, which might lead to undesired behavior, so that it would be easier to track down the problem.