Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alljavi/spoiler-block-obsidian

Just a simple obsidian plugin to hide information until you want to reveal it
https://github.com/alljavi/spoiler-block-obsidian

obsidian-md obsidian-plugin

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Spoiler Block

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

## Demo

![basic functionality](/img/sample.gif)

## 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.