You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for existing Bug Reports and found no similar reports.
Expected Behavior
When using the sample dice callback function return ["The monster guesses you have: ", { text: "1d20 + 2" }, " freckles."]; on a TRAIT BLOCK it should output the trait name and then the trait description with the dice callback function.
Current behaviour
When using the sample dice callback function return ["The monster guesses you have: ", { text: "1d20 + 2" }, " freckles."]; on a TRAIT BLOCK it outputs the result twice. Once for the Trait name and once for the trait description.
If the same sample dice callback function is used on a PROPERTY BLOCK it renders correctly.
Reproduction
Create a samle TRAITS BLOCK
Add the sample dice callback function return ["The monster guesses you have: ", { text: "1d20 + 2" }, " freckles."]; to that TRAIT BLOCK
Add at least one entry for above Block in Obsidian
Check the results
Which Operating Systems are you using?
Android
iPhone/iPad
Linux
macOS
Windows
Obsidian Version Check
1.7.4 and 1.5.3
Plugin Version
4.7.8
Confirmation
I have disabled all other plugins and the issue still persists.
Possible solution
No response
The text was updated successfully, but these errors were encountered:
Check for existing bug reports before submitting.
Expected Behavior
When using the sample dice callback function
return ["The monster guesses you have: ", { text: "1d20 + 2" }, " freckles."];
on a TRAIT BLOCK it should output the trait name and then the trait description with the dice callback function.Current behaviour
When using the sample dice callback function
return ["The monster guesses you have: ", { text: "1d20 + 2" }, " freckles."];
on a TRAIT BLOCK it outputs the result twice. Once for the Trait name and once for the trait description.If the same sample dice callback function is used on a PROPERTY BLOCK it renders correctly.
Reproduction
return ["The monster guesses you have: ", { text: "1d20 + 2" }, " freckles."];
to that TRAIT BLOCKWhich Operating Systems are you using?
Obsidian Version Check
1.7.4 and 1.5.3
Plugin Version
4.7.8
Confirmation
Possible solution
No response
The text was updated successfully, but these errors were encountered: