mirror of
https://github.com/patruusbarba/ObsidianSpoilerPlugin.git
synced 2026-07-22 07:48:59 +00:00
Bump version to 0.2.2
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
118866ceff
commit
ef2dc0aef2
4 changed files with 7 additions and 7 deletions
|
|
@ -39,11 +39,10 @@ contents.
|
|||
|
||||
### From a release (recommended)
|
||||
|
||||
1. Download `obsidian-spoiler-plugin_v0.2.1.zip` from the
|
||||
1. Download `main.js` and `manifest.json` from the
|
||||
[latest release](https://github.com/PatruusBarba/ObsidianSpoilerPlugin/releases/latest).
|
||||
2. Unzip it into your vault's plugins folder so you end up with
|
||||
`<vault>/.obsidian/plugins/spoiler/` containing `main.js` and
|
||||
`manifest.json`.
|
||||
2. Put both files in your vault at
|
||||
`<vault>/.obsidian/plugins/spoiler/`.
|
||||
3. Reload Obsidian and enable **Spoiler** in *Settings → Community plugins*
|
||||
(you may need to turn off *Restricted mode* first).
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "spoiler",
|
||||
"name": "Spoiler",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Wrap selected text in a collapsible spoiler callout, or unwrap an existing spoiler, from a ribbon button.",
|
||||
"author": "PatruusBarba",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-spoiler-plugin",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Wrap selected text in a collapsible spoiler callout, or unwrap an existing spoiler, from a ribbon button.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"1.0.0": "0.15.0",
|
||||
"0.2.0": "0.15.0",
|
||||
"0.2.1": "0.15.0"
|
||||
"0.2.1": "0.15.0",
|
||||
"0.2.2": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue