Unwrap no longer strips a surrounding ``` fence, so a selection whose content
begins/ends with a code fence round-trips unchanged. Bump to 0.2.1.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The code fence broke markdown rendering inside the spoiler. Wrap now emits a
collapsible `> [!spoiler]-` callout with the selection as continuation lines,
preserving inner markdown. Unwrap still strips the old fenced format for
backwards compatibility.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Adds an Obsidian plugin that places a button on the left ribbon. Selecting
text and pressing it wraps the selection in a collapsible `> [!spoiler]-`
callout; pressing it on an existing spoiler unwraps it back to plain text.
Also exposed as the "Toggle spoiler on selection" command.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>