mirror of
https://github.com/patruusbarba/ObsidianSpoilerPlugin.git
synced 2026-07-22 07:48:59 +00:00
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>
10 lines
332 B
JSON
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
|
|
}
|