Take control of your Obsidian workspace by organizing, rearranging, and filtering nav bars, ribbon bars, status bars, and the file explorer.
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.
- 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 List
section Add Beta Plugin
- Specify this repository:
nothingislost/obsidian-bartender
- Scroll to the
- Enable the
Bartender
plugin (Settings
->Community Plugins
)
- Copy over
main.js
,manifest.json
to your vaultVaultFolder/.obsidian/plugins/obsidian-bartender/
.