BlindFold

by my99n
5
4
3
2
1
Score: 53/100

Description

Category: Note Enhancements

The BlindFold plugin helps users manage text clutter by allowing sections of content to be hidden in collapsible blocks. This feature is particularly useful for minimizing distractions from lengthy or less critical content, such as detailed mathematical proofs or explanations, while ensuring it remains accessible with a simple toggle. The plugin supports LaTeX and integrates seamlessly with Obsidian's existing features, enabling users to include rich formatting and functionality within the collapsible blocks. By organizing notes in this way, users can create cleaner, more readable documents that emphasize essential information.

Reviews

No reviews yet.

Stats

8
stars
5,275
downloads
0
forks
1,039
days
840
days
845
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
6
total issues
1
open issues
5
closed issues
5
commits

Latest Version

2 years ago

Changelog

Add inline spoilers

README file from

Github

Blindfold for Obsidian

hidden most of the time, but always there when you need it

Blindfold aims to blind unneccessary parts of text away from the main screen by putting it in a normally folded section. The text could be toggle up using a button. I intend to use this to hide away ugly mathematic proofs, so this support latex.

Installation

Now, installable via the community plugin tab

Blindfold In action

This is blindfold normally. The buttons "click to reveal.." works as you might think. Click, to reveal.

After clicking, the content is revealed So that the content which might takes a lot of space, and is not that important could be hidden most of the time, but always there whenever you need it.

In this case, a proof of a theorem is very important, but not insightful, hiding it most of the time makes the document more readable. However, whenever you need to see the proof to prepare for a math exam. It's always just a click.

A blindfold is construct easily by creating a codeblock, like below,

Note that you can you any obsidian function inside this codeblock, ie. creates this

Special Thank

thanks to AllJavi/spoiler-block-obsidian for code sample