Skip to content

2.3.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 19:12

Fix: multi-word callout IDs losing their custom color and icon

Callouts whose type name has more than one word (e.g. [!My Custom Type]) could suddenly render with the default color and icon instead of your customization. This happened because Obsidian internally converts spaces in a callout ID to dashes before rendering it — so my custom type and my-custom-type are actually the same callout as far as Obsidian is concerned, but Callout Studio was matching styles against the space form, which never matched. Heading and inline callouts weren't affected since Callout Studio controls that markup directly.

From this version on, space and dash spellings of the same multi-word ID are treated as one and the same callout everywhere — in styling and in vault scanning — so this mismatch can't happen again.