obsidian-bartender
obsidian-bartender copied to clipboard
Allows for rearranging the elements in the status bar and sidebar ribbon
Obsidian Bartender
Take control of your Obsidian workspace by organizing, rearranging, and filtering nav bars, ribbon bars, status bars, and the file explorer.
File Explorer
Filtering
The file explorer can be filtered using fuse.js extended search syntax:
White space acts as an AND operator, while a single pipe (|) character acts as an OR operator. To escape white space, use double quote ex. ="scheme language" for exact match.
| Token | Match type | Description |
|---|---|---|
jscript |
fuzzy-match | Items that fuzzy match jscript |
=scheme |
exact-match | Items that are scheme |
'python |
include-match | Items that include python |
!ruby |
inverse-exact-match | Items that do not include ruby |
^java |
prefix-exact-match | Items that start with java |
!^erlang |
inverse-prefix-exact-match | Items that do not start with erlang |
.js$ |
suffix-exact-match | Items that end with .js |
!.go$ |
inverse-suffix-exact-match | Items that do not end with .go |
White space acts as an AND operator, while a single pipe (|) character acts as an OR operator.
Installing the plugin using BRAT
- Install the BRAT plugin
- Open
Settings->Community Plugins - Disable safe mode, if enabled
- Browse, and search for "BRAT"
- Install the latest version of Obsidian 42 - BRAT
- Open
- Open BRAT settings (
Settings->Obsidian 42 - BRAT)- Scroll to the
Beta Plugin Listsection Add Beta Plugin- Specify this repository:
nothingislost/obsidian-bartender
- Scroll to the
- Enable the
Bartenderplugin (Settings->Community Plugins)
Manually installing the plugin
- Copy over
main.js,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/obsidian-bartender/.