From f6043d293ed0010cb168fc7e9ede417cfceee325 Mon Sep 17 00:00:00 2001 From: Markus Moser Date: Mon, 5 Jan 2026 19:05:58 +0100 Subject: [PATCH] Added troubleshooting section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0519e6e..1d821a0 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,9 @@ Simple #private mode for [Obsidian](https://obsidian.md/). All files, links and * to compile the scss you can use sass `npm install -g sass` and `sass styles.scss styles.css` 6. Enable the two plugins in your Obsidian in the Settings panel "Community Plugins" +# Troubleshooting +* My file content is not hidden! + * Make sure you have the Supercharged Links setting "Enable in tab headers" turned on. Also try turning that off and on again if it was on already. Sometimes Supercharged Links doesnt correctly tag the tab headers. + # Credits Huge thanks to [Privacy Glasses](https://github.com/jillalberts/privacy-glasses/tree/master) for the groundwork and being licensed under MIT. Use that plugin if you want a more in depth configuration. I personally didn't need or want that much customization and overhead in my plugin. Also i found the "flickering" when opening any file to be too distracting, so i created a simpler version for myself.