We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to suggest the addition of auto-parsing placeholders Something like [number] placeholder ... or even [%classinfo%] placeholder...
[number] placeholder ...
[%classinfo%] placeholder...
I see a lot of confusion from many users not understanding that placeholders always return strings, not numbers.
currently people just use ... parsed as number, but thats just not sexy.
... parsed as number
I like turtles.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suggestion
I would like to suggest the addition of auto-parsing placeholders
Something like
[number] placeholder ...
or even
[%classinfo%] placeholder...
Why?
I see a lot of confusion from many users not understanding that placeholders always return strings, not numbers.
Alternatives Considered
currently people just use
... parsed as number
, but thats just not sexy.Other
I like turtles.
The text was updated successfully, but these errors were encountered: