/blindfold-obsidian

blindfold hides away the unwants

Primary LanguageTypeScriptMIT LicenseMIT

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. Screenshot 2566-05-23 at 23 14 58

After clicking, the content is revealed Screenshot 2566-05-23 at 23 15 09 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, Screenshot 2566-05-23 at 23 23 18

Note that you can you any obsidian function inside this codeblock, ie. Screenshot 2566-05-23 at 23 25 50 creates this Screenshot 2566-05-23 at 23 25 37

Special Thank

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