Commit graph

4 commits

Author SHA1 Message Date
root
118866ceff Address community review warnings
- Drop plugin id/name from command id and name
- Replace builtin-modules dep with node:module builtinModules
- Commit package-lock.json for reproducible builds

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 23:32:21 +00:00
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
root
1de5a3756e Bump version to 0.2.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 20:28:28 +00:00
root
449f050f69 Implement spoiler plugin: ribbon button to wrap/unwrap selection
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>
2026-06-15 19:42:52 +00:00