AlexBieg / obsidian-better-command-palette

A better command palette for obsidian
MIT License
163 stars 12 forks source link

No seperater between Collection name and command name #68

Closed LintaoAmons closed 2 years ago

LintaoAmons commented 2 years ago

Right now, when I search command, it shows commands like OutlineShow outline pane, But it should be render like Outline - Show outline pane or Outline | Show outline pane. The seperater char is missing.

Temp Fix

Thanks to brimwats, this could be fixed by adding the following into snippet.

.suggestion-prefix:after {
  content: ": ";
}
gapmiss commented 2 years ago

Same issue here.

ghost commented 2 years ago

Same. Please fix

brimwats commented 2 years ago

same: a comparision of BCP and CP:

image image

sinewave commented 2 years ago

Adding my +1 to this bug fix as it really kills the usability of this plugin to the point where I've switched back to the default.

Has anyone found a suitable alternative / fix - seems like this plugin may be abandoned 😞

brimwats commented 2 years ago

Adding my +1 to this bug fix as it really kills the usability of this plugin to the point where I've switched back to the default.

Has anyone found a suitable alternative / fix - seems like this plugin may be abandoned 😞

yeah

this snippet

.suggestion-prefix:after { content: ": "; }

setu4993 commented 2 years ago

@brimwats : Nice fix! Would you be open to submitting a PR for the same to this repo? Not sure it's getting maintained, but would be good to add a fix for whenever @AlexBieg can look at it.

brimwats commented 2 years ago

I have no idea how to submit PRs!

brimwats commented 2 years ago

you're welcome to however! 🤗

setu4993 commented 2 years ago

Just created #71 to fix this. Not sure when it'll be reviewed, but it's a simple fix. Thanks @brimwats!

AlexBieg commented 2 years ago

Sorry this took so long y'all! Grad school has been tiring, and doing extra coding can be tough. I appreciate your patience on this. I've put out a few new updates. This should be addressed now. Also included is a new setting to hide the plugin name entirely