patruusbarba_ObsidianSpoile.../manifest.json
root 394ec75a6f Fix unwrap corrupting content that contains code fences
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>
2026-06-15 20:38:02 +00:00

10 lines
332 B
JSON

{
"id": "obsidian-spoiler-plugin",
"name": "Spoiler",
"version": "0.2.1",
"minAppVersion": "0.15.0",
"description": "Wrap selected text in a collapsible spoiler callout, or unwrap an existing spoiler, from a ribbon button.",
"author": "PatruusBarba",
"authorUrl": "https://github.com/PatruusBarba",
"isDesktopOnly": false
}