delashum / obsidian-checklist-plugin

MIT License
373 stars 39 forks source link

[Feature] `Open view` doesn't show the pane #149

Closed huyz closed 1 year ago

huyz commented 1 year ago

If the checklist view is already opened somewhere, running the command Open view doesn't show it if another tab is selected in the sidebar. In other words, it only opens a view but doesn't unhide it if necessary.

Ideally, it would act like Show tag pane (and also be renamed to use the same verb Show for consistency), which both makes sure that the view is opened somewhere and it is unhidden if there are other tabs in that group of views. Similarly, it should be idempotent (running the command again shouldn't hide it).

flankstaek commented 1 year ago

Done - thanks for the suggestion :)

huyz commented 1 year ago

Perfect, nice!