diff --git a/README.md b/README.md index 75f6b75..6c1d8a0 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,22 @@ All files, links and search results tagged with #private will get a blurred out **This plugin requires the obsidian plugin [Supercharged Links](https://github.com/mdelobelle/obsidian_supercharged_links) to work** -![docs/showcase.png](docs/showcase.png) +![docs/showcase.png](./docs/showcase.png) +*Basic editor view showcasing all the different elements that get blurred (colorful file explorer is custom made and doesn't come with this plugin)* + +![docs/showcase_callout.gif](./docs/showcase_callout.gif) +*There is also a callout you can use* # Features * Supported on Obsidian Mobile -* Ribbon Items to set visibility (also usable on mobile) +* Ribbon Items and Commands to set visibility (also usable on mobile) * Status bar indicator that shows the current state and can be clicked to toggle visibility +* New callout `private`, which is also blurred and can be collapsed via default Obsidian behaviour for even more "hidden-ness" + ```markdown + > [!private]- Optional Title + > some text here: + > - list + ``` # Installing The plugin is not available on the community page, as its mostly for me personally, so to install it: diff --git a/docs/showcase_callout.gif b/docs/showcase_callout.gif new file mode 100644 index 0000000..0a0cb78 Binary files /dev/null and b/docs/showcase_callout.gif differ