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
Can import multiple digit strings e.g. "20" as "20"
It is always imported as a single digit, instead of multiple digits. E.g. "20" gets imported as "2".
Import a 5etools monster statblock that uses a string for the AC.
1.6.7
4.7.8
I think the parser for the strings is only reading 1 digit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check for existing bug reports before submitting.
Expected Behavior
Can import multiple digit strings e.g. "20" as "20"
Current behaviour
It is always imported as a single digit, instead of multiple digits. E.g. "20" gets imported as "2".
Reproduction
Import a 5etools monster statblock that uses a string for the AC.
Which Operating Systems are you using?
Obsidian Version Check
1.6.7
Plugin Version
4.7.8
Confirmation
Possible solution
I think the parser for the strings is only reading 1 digit.
The text was updated successfully, but these errors were encountered: