No description
Find a file
Markus Moser 6dc4f30aec
1.0.3
2025-03-13 10:51:19 +01:00
.github Add ability to make release locally 2025-01-16 14:11:24 +01:00
docs updated README.md to include the new private callout 2024-11-23 21:37:43 +01:00
.editorconfig Prep for v1.0 2024-11-11 15:24:09 +01:00
.eslintignore Prep for v1.0 2024-11-11 15:24:09 +01:00
.eslintrc Initial commit 2024-10-17 14:02:40 +02:00
.gitignore Add ability to make release locally 2025-01-16 14:11:24 +01:00
.npmrc Initial commit 2024-10-17 14:02:40 +02:00
.nvmrc Prep for v1.0 2024-11-11 15:24:09 +01:00
.prettierrc.json Prep for v1.0 2024-11-11 15:24:09 +01:00
CONTRIBUTING.md Moved dev only documentation 2025-03-13 10:51:11 +01:00
esbuild.config.mjs Prep for v1.0 2024-11-11 15:24:09 +01:00
LICENSE Prep for v1.0 2024-11-11 15:24:09 +01:00
main.ts Add command to cycle the private mode 2025-03-13 10:44:04 +01:00
manifest.json 1.0.3 2025-03-13 10:51:19 +01:00
package-lock.json 1.0.3 2025-03-13 10:51:19 +01:00
package.json 1.0.3 2025-03-13 10:51:19 +01:00
README.md Moved dev only documentation 2025-03-13 10:51:11 +01:00
styles.scss Added on hover as separate level 2025-01-16 14:09:49 +01:00
tsconfig.json Initial commit 2024-10-17 14:02:40 +02:00
version-bump.mjs Initial commit 2024-10-17 14:02:40 +02:00
versions.json 1.0.3 2025-03-13 10:51:19 +01:00

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

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 There is also a callout you can use

Features

  • Supported on Obsidian 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"
    > [!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:

  1. Install Supercharged Links via the Settings Panel "Community Plugins"
  2. Go into your Obsidian Vaults plugin folder .obsidian/plugins
  3. Copy the files from the latest release in there
  4. (Optional) Adjust the styles.scss/styles.css to your liking
    • to compile the scss you can use sass npm install -g sass and sass styles.scss styles.css
  5. Enable the plugin in your Obsidian in the Settings panel "Community Plugins"

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.