Blur

by @gapmiss
5
4
3
2
1
Score: 66/100

Description

Category: Customization & UI

The Blur plugin for Obsidian allows users to obfuscate text with customizable effects. It offers three methods-blur, brick, and bone-for creating visually distinct styles that conceal or highlight specific text blocks. The plugin supports inline and block formats, giving users flexibility in how they apply these effects. Users can further personalize the appearance with custom CSS, including hover reveals and adjustments to blur strength, colors, and border-radius. This tool is particularly useful for redacting, wireframing, or temporarily hiding content in notes while maintaining an organized workspace.

Reviews

No reviews yet.

Stats

42
stars
7,204
downloads
3
forks
1,096
days
7
days
7
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
4
total issues
0
open issues
4
closed issues
1
commits

README file from

Github

Blur

Light-weight Obsidian.md plugin for creating obfuscated blocks of text.

Installation

Install from community.obsidian.md

From Obsidian's settings or preferences:

  1. Community Plugins > Browse
  2. Search for "Blur"

Manually:

  1. download the latest release archive
  2. uncompress the downloaded archive
  3. move the blur folder to /path/to/vault/.obsidian/plugins/
  4. Settings > Community plugins > reload Installed plugins
  5. enable plugin

or:

  1. download main.js, manifest.json & styles.css from the latest release
  2. create a new folder /path/to/vault/.obsidian/plugins/blur
  3. move all 3 files to /path/to/vault/.obsidian/plugins/blur
  4. Settings > Community plugins > reload Installed plugins
  5. enable plugin

Usage

2 modes:

  1. inline
  2. block i.e. code fence

3 methods:

  1. blur — useful for ==obfuscating== (text preserved, reveals on hover)
  2. brick — useful for ==redacting== (text replaced with █ blocks, does not reveal)
  3. bone — useful for ==wire-framing== (text preserved, reveals on hover)

inline
blur
Alpha Bravo Charlie `~{Delta}` Echo Foxtrot Golt Hotel India Juliet `~{Kilo}` Lima Mike November Oscar `~{Papa}` Quebec Romeo Sierra Tango Uniform Victor `~{Whiskey}` Xray Yankee Zulu
brick
Alpha Bravo Charlie `~[Delta]` Echo Foxtrot Golt Hotel India Juliet `~[Kilo]` Lima Mike November Oscar `~[Papa]` Quebec Romeo Sierra Tango Uniform Victor `~[Whiskey]` Xray Yankee Zulu
bone
Alpha Bravo Charlie `~(Delta)` Echo Foxtrot Golt Hotel India Juliet `~(Kilo)` Lima Mike November Oscar `~(Papa)` Quebec Romeo Sierra Tango Uniform Victor `~(Whiskey)` Xray Yankee Zulu

block
blur
```blur
Alpha Bravo Charlie Delta Echo Foxtrot Golt Hotel India Juliet Kilo Lima Mike November Oscar Papa Quebec Romeo Sierra Tango Uniform Victor Whiskey Xray Yankee Zulu
```
brick
```blur-brick
Alpha Bravo Charliez Delta Echo Foxtrot Golt Hotel India Juliet Kilo Lima Mike November Oscar Papa Quebec Romeo Sierra Tango Uniform Victor Whiskey Xray Yankee Zulu
```
bone
```blur-bone
Alpha Bravo Charlie Delta Echo Foxtrot Golt Hotel India Juliet Kilo Lima Mike November Oscar Papa Quebec Romeo Sierra Tango Uniform Victor Whiskey Xray Yankee Zulu
```

results

screenshot of results in light mode

screenshot of results in dark mode


settings

The plugin includes a Reveal on hover toggle in Settings > Blur. When enabled, hovering over blurred or boned text will reveal the original content. Note: brick text does not reveal on hover since the original text is replaced with █ blocks.


customization

Custom CSS styles can be applied via the obsidian-style-settings plugin.

video demo
effects
  1. blurfilter
  2. brickline-height, background-color, border-radius
  3. boneline-height, background-color, border-radius

screenshot of plugin style-settings

CSS snippet for setting styles

The obsidian-style-settings plugin is required for the following.

  1. create an obsidian-blur-plugin.css snippet file with the content below

or

  1. download obsidian-blur-plugin.css

then

  1. save file to /path/to/vault/.obsidian/snippets
  2. enable snippet under Settings > Appearance > CSS snippets
/* @settings

name: Blur Plugin
id: obsidian-blur
settings:
-
  id: obsidian-blur-filter
  title: Blur filter strength
  type: variable-text
  default: 5px
-
  id: obsidian-blur-brick-color
  title: Brick color
  type: variable-themed-color
  format: hsl
  opacity: true
  default-light: 'hsla(220,19%,6%,1)'
  default-dark: 'hsla(220,100%,100%,1)'
-
  id: obsidian-blur-brick-border-radius
  title: Brick border-radius
  type: variable-text
  default: 1px
-
  id: obsidian-blur-brick-line-height
  title: Brick line-height
  type: variable-number-slider
  default: 1
  min: 1
  max: 2
  step: .05
- 
  id: obsidian-blur-bone-color
  title: Bone color
  type: variable-themed-color
  format: hsl
  opacity: true
  default-light: 'hsla(220,19%,6%,1)'
  default-dark: 'hsla(220,100%,100%,1)'
-
  id: obsidian-blur-bone-border-radius
  title: Bone border-radius
  type: variable-text
  default: 1.5em
-
  id: obsidian-blur-bone-line-height
  title: Bone line-height
  type: variable-number-slider
  default: 1
  min: 1
  max: 2
  step: .05
-
*/

development

clone this repo
cd /path/to/vault/.obsidian/plugins
git clone https://github.com/gapmiss/blur.git
cd blur
install packages and run
npm i
npm run dev
enable plugin
  1. open SettingsCommunity plugins
  2. enable the Blur plugin.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Homepage
5 years ago by mirnovov
An Obsidian plugin that opens a specified note, canvas, or workspace on startup, instead of the most recent one.
Hider
6 years ago by @kepano
Hide Obsidian UI elements such as tooltips, status, titlebar and more
Iconic
2 years ago by Holo
Customize your icons and colors directly from the Obsidian UI, including tabs, files & folders, bookmarks, tags, properties, and ribbon commands.
Editor Width Slider
3 years ago by @MugishoMp
With this plugin you can set the line width of the editor in obsidian.
CSS Editor
3 years ago by Zachatoo
Edit CSS snippets in Obsidian.
Icon Shortcodes
5 years ago by AidenLx
Obsidian Plugin: Insert emoji and custom icons with shortcodes
Beautitab
2 years ago by Andrew McGivery
A plugin for Obsidian.MD that creates a customizable new tab view with beautiful backgrounds, quotes, search, and more.
Ninja Cursor
4 years ago by vorotamoroz
Background Image
3 years ago by shmolf
Emoji Magic
3 years ago by simplgy
Makes it easier to add emojis using an improved keyword search
Font Size Adjuster
2 years ago by Ryota Ushio
An Obsidian.md plugin to adjust font size via commands.
Status Bar Organizer
2 years ago by Kacper Darowski
Arrange and hide status bar elements.
Fontsource
2 years ago by Ayuhito
A plugin to load custom fonts from Fontsource into Obsidian.
Node Auto Resize
2 years ago by Boninall
Canvas Card Background Remover
2 years ago by luxmargos
This Obsidian plugin allows you to make the background of cards transparent in the Canvas for specific embed types, including Image (png), Canvas, and even Markdown.
Collapsible Code Blocks
a year ago by Bradley Wyatt
Obsidian Plugin that makes code blocks collapsible in reading and edit view as well as enabling scroll-able code blocks.
File Explorer Markdown Titles
5 years ago by Dylan Elliott
Obsidian Plugin that adds the the markdown title within your notes to the file explorer
Zen Mode
2 years ago by paperbenni
Full Screen Toggle
2 years ago by Donkey Pacific
Fullscreen toggle plugin across all platforms for Obsidian.
Tokei
3 years ago by HiroMike
A simple clock for Obsidian
Auto Hide Cursor
3 years ago by Mo Ismat
A simple plugin for https://obsidian.md
Additional Icons
2 years ago by Matthew Turk
Add additional iconsets to Obsidian
Explorer Colors
a year ago by Scott Van der Zwet
Set cascading colors for files and folders in Obsidian.
Shrink pinned tabs
2 years ago by Nicolas Lœuillet
Obsidian plugin to shrink pinned tabs in order to save screen space
Auto Reading Mode
3 years ago by Kelvin Cao
Color cycler
2 years ago by Taylor Brennan
Plugin for Obsidian to dynamically change the accent color
Context Command Hider
a year ago by Mara-Li
This plugin allows you to hide every command from the Obsidian's right-click context menu.
Theme by Folder
a year ago by Jinmu Go
Automatically switch Obsidian themes based on the folder of the opened note
Tag Formatter
2 years ago by snsvrno
Configurable Obsidian plugin that hides parent tags.
Backgroundset
a year ago by daonali
similar as vscode background
Wheel Tab Switcher
a year ago by 22-2
Switch between Obsidian Tabs using your mouse wheel when hovering over tab headers.
Theme Controller
a year ago by Binaris
Set when and how the themes will be displayed
Blur Mode
2 years ago by dangehub
Blur Mode - Blur elements on the obsidian interface for presentations or screenshots|模糊模式 - 对obsidian界面上的元素进行模糊处理以便演示或截图
Hide Commands in Menu
a year ago by bomian98
Obsidian Plugin, hide different commands in different menus.
Private Mode
a year ago by markusmo3
Hide Traffic Lights
2 months ago by Ben Phillips
Hides macOS traffic light buttons for a distraction-free experience. Hover over the top-left corner to reveal them.
Close Window When Empty
2 years ago by Taylor Jadin