docsify icon indicating copy to clipboard operation
docsify copied to clipboard

when onlyCover is true, also provide an option to show the menu.

Open trusktr opened this issue 5 years ago • 0 comments

Continuing from https://github.com/docsifyjs/docsify/issues/1173#event-3485443350

Feature request

When only onlyCover is true, it would be great to have an option to show the menu (and of course the menu should not be empty).

What problem does this feature solve?

Allows people to skip to content faster.

What does the proposed API look like?

window.$docsify = {
  onlyCover: true,
  onlyCoverShowMenu: true, // false by default
}

trusktr avatar Jun 26 '20 07:06 trusktr