holroy
April 12, 2024, 5:40am
4
In the thread below a blurring is used:
I was looking for a CSS solution for spoilers and secrets in my Obsidian notes, tried different options , researched plugins, etc., but nothing satisfied my simplest need to hide bits of text and be able to see them on mouse hover or something, so I came up with my own tiny CSS snippet solution and I’m pretty happy with the result .
Basically you use it as a callout with - [#] Secret text goes here... and all you need to do is to keep you mouse cursor in that callout while typing and then when yo…
I wrote a similar version related to anki Q&A’s, see answer below. This could also be adjusted to show/reveal different parts related to what’s hovered.
Here is a little out of the box solution using inline fields from Dataview which should be possible to make compatible with the anki plugin by extending the regex a little.
With this markup:
[Q:: What two modern notions about architecture do we need to leave behind to understand Egyptian architechture?]
[A:: The need for change and innovation, and the need for an appropriate relation between material and form.]
[Q:: Which is the first letter of the alphabet?]
[A:: A]
- [Q:: Can inline fiel…