| .github/workflows | ||
| docs | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierrc.json | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.scss | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Private Mode
Simple #private mode for Obsidian.
All files, links and search results tagged with #private will get a blurred out in the default mode. You have to either hover over or focus on the element to show it temporarily or use the command "Reveal all" to always show it.
This plugin requires the obsidian plugin Supercharged Links to work
Features
- Supported on Obsidian Mobile
- Ribbon Items to set visibility (also usable on mobile)
- Status bar indicator that shows the current state and can be clicked to toggle visibility
Installing
The plugin is not available on the community page, as its mostly for me personally, so to install it:
- Install Supercharged Links via the Settings Panel "Community Plugins"
- Go into your Obsidian Vaults plugin folder
.obsidian/plugins - Copy the files from the latest release in there
- (Optional) Adjust the
styles.scss/styles.cssto your liking- to compile the scss you can use sass
npm install -g sassandsass styles.scss styles.css
- to compile the scss you can use sass
- Enable the plugin in your Obsidian in the Settings panel "Community Plugins"
Releasing
There is an automatic GitHub release workflow in place that gets triggered on a push of a tag. To push a tag:
git tag 1.0.1
git push origin 1.0.1
Credits
Huge thanks to Privacy Glasses 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.
