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
Using Inline Fields should work...
Parsing Error
[Value1::2] [Value2::1] [SumValue::= this.Value1 + this.Value2] [abc::= this.SumValue]
= this.Value1 + this.Value2
= this.SumValue
Test: dice: SumValue + 1d6 Test: dice: abc + 1d6
dice: SumValue + 1d6
dice: abc + 1d6
Test: dice: (SumValue) + 1d6 Test: dice: (abc) + 1d6
dice: (SumValue) + 1d6
dice: (abc) + 1d6
1.4.16
10.3.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check for existing bug reports before submitting.
Expected Behavior
Using Inline Fields should work...
Current behaviour
Parsing Error
Reproduction
[Value1::2]
[Value2::1]
[SumValue::
= this.Value1 + this.Value2
][abc::
= this.SumValue
]Test:
dice: SumValue + 1d6
Test:
dice: abc + 1d6
Test:
dice: (SumValue) + 1d6
Test:
dice: (abc) + 1d6
Which Operating Systems are you using?
Obsidian Version Check
1.4.16
Plugin Version
10.3.0
Confirmation
Possible solution
No response
The text was updated successfully, but these errors were encountered: