Spoiler Block

by AllJavi
5
4
3
2
1
Score: 31/100

Description

Category: Note Enhancements

The Spoiler Block plugin allows users to conceal and reveal information within their Obsidian notes. By interacting with hidden text blocks, users can click to reveal or double-click to hide information, providing a clean way to manage spoilers or sensitive content. This functionality can enhance the organization of notes where selectively visible information is helpful, such as quizzes, hidden tips, or draft content.

Reviews

No reviews yet.

Stats

31
stars
11,441
downloads
1
forks
1,214
days
1,201
days
1,234
days
1
total PRs
1
open PRs
0
closed PRs
0
merged PRs
5
total issues
2
open issues
3
closed issues
0
commits

Latest Version

3 years ago

Changelog

  • Initial realease

README file from

Github

Spoiler Block

Just a simple obsidian plugin to hide information until you want to reveal it.

Demo

basic functionality

How to use

When the mouse is hover the spoiler block...

Hotkey Action
Click Show information
Double-click Hide information

How to Install

From within Obsidian

From Obsidian v0.15.0+, you can activate this plugin within Obsidian by doing the following:

  • Open Settings > Third-party plugin
  • Make sure Safe mode is off
  • Click Browse community plugins
  • Search for "Spoiler Block"
  • Click Install
  • Once installed, close the community plugins window and activate the newly installed plugin

Notes

This version only includes the basic functionality. If anyone is interested in improving the block by making it render markdown instead of just text, feel free to contribute. Another potential feature that could be added is a command to reveal all the spoilers on the current page.