gapmiss / blur

A plugin for creating obfuscated blocks of text in Obsidian.md
MIT License
31 stars 3 forks source link

[Feature Request] Media/Internal Links Support Inside Obfuscated Blocks #4

Open Chris1320 opened 3 months ago

Chris1320 commented 3 months ago

For example, the following snippet will not convert the internal link.

`~{This note should link to the [[second-note|next note]].}`

Images will also not be shown when inside an obfuscated block.

```blur
This is a secret image of a cat.

![[cat.png]]


Is this by design, or is it possible to implement this?

-----

*p.s., Thank you for developing this plugin.*