PatruusBarba253 downloadsWrap selected text in a collapsible spoiler callout, or unwrap an existing spoiler, from a ribbon button.
An Obsidian plugin that lets you hide and reveal sensitive text in your notes with a single click. Select some text, press the ribbon button, and the selection is wrapped in a collapsible spoiler callout. Press it again on a spoiler and it gets unwrapped back to plain text.

The plugin wraps your selection in a collapsible spoiler callout, preserving
any markdown inside it:
> [!spoiler]-
> super_secret_key
In reading view this renders as a collapsed callout; click it to reveal the contents.
main.js and manifest.json from the
latest release.<vault>/.obsidian/plugins/spoiler/.npm install
npm run build
This produces main.js. Copy it together with manifest.json into
<vault>/.obsidian/plugins/spoiler/, then reload Obsidian and
enable the plugin as above.
MIT