Added troubleshooting section

This commit is contained in:
Markus Moser 2026-01-05 19:05:58 +01:00
parent a6bdb69b88
commit f6043d293e
No known key found for this signature in database
GPG key ID: AD411FF94FFE07BD

View file

@ -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` * 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" 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 # 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. 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.