Skip to content

Hide Obsidian UI elements such as tooltips, status, titlebar and more

Notifications You must be signed in to change notification settings

looneyapache/obsidian-hider

 
 

Repository files navigation

Support the development of my plugins and themes @kepano on Twitter or Buy me a coffee.

Overview

This plugin enables you to hide certain parts of the Obsidian UI. Note that your CSS theme may override Hider.

  • Hide app ribbon (can be bound to a hotkey)
  • Hide status bar (can be bound to a hotkey)
  • Hide vault name
  • Hide window frame
  • Hide scrollbars
  • Hide search suggestions
  • Hide tooltips
  • Hide instructions in prompts
  • Hide metadata in Reading view

Making your theme compatible with Hider

Hider injects the following classes on the body element when features are toggled on.

Toggle Class
Title bar .hider-frameless
App ribbon .hider-ribbon
Vault name .hider-vault
Status bar .hider-status
Scrollbars .hider-scroll
Search suggestions .hider-search-suggestions
Tooltips .hider-tooltips
Instructions .hider-instructions
Metadata .hider-meta

About

Hide Obsidian UI elements such as tooltips, status, titlebar and more

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 80.3%
  • CSS 14.8%
  • JavaScript 4.9%