Mara-Li / obsidian-bartender

Allows for rearranging the elements in the status bar and sidebar ribbon
44 stars 1 forks source link

Obsidian Bartender

[!WARNING] The plugin is heavely experimental and use some internal function of Obsidian to make it works. It can break at any update of Obsidian.
As I'm not the original maintainer some part of the code are obscure to me. I will try to fix any bug you can make, but new feature can be difficult to support.
More over, the loading of the plugin and the unloading doesn't work pretty well, and you always should to reload Obsidian to make it works.

Take control of your Obsidian workspace by organizing, rearranging, and filtering the file explorer. It also adds collapse (optionally) in the status bar and ribbon.

File Explorer

To rearrange :

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.

Installation

Credit


Discord server support