-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't use transformers for file or folder names because of the '|' character #17
Comments
Hey, Thanks for the feedback!! :)
I guess the only solution is to support another char for transformers, maybe |
@galElmalah I think using another character would work, it's a shame because the '|' character is easy to reason that it's for transforming something but with other characters like $ or # we don't get that association. I guess using either $ or # will work unless it's not allowed in another operating system. It should also be a character that is unlikely to be part of the actual file/folder name. It would be great to use something like => (which also doesn't work in windows) that people can just look at and figure out what's happening. |
Sorry for the slow response I’m currently out due to COVID 😖 |
I'm sorry to hear that, get well soon and stay safe. |
this will be fixed this weekend |
Havent got to it yet but you can use functions as a workaround for now |
cool, I'll try it using functions, thanks @galElmalah |
Hi, I can't use the transformers because windows won't let me use the '|' character in file/folder names, not sure if it's a windows only issue or it affects other Operating systems also but do you know if there's any way to use transformers without the '|' character? I want to do this
{{tagName | capitalize}}
Thanks, for creating this awesome tool.
The text was updated successfully, but these errors were encountered: