javalent / dice-roller

Inline dice rolling for Obsidian.md
272 stars 28 forks source link

🐞 Inline Fields Parsing Error #268

Open NadeoWolf opened 11 months ago

NadeoWolf commented 11 months ago

Check for existing bug reports before submitting.

Expected Behavior

Using Inline Fields should work...

Current behaviour

Parsing Error image

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