Expandir totalmente o índice

Is there any way to make the entire TOC show up at once instead of dynamically hiding most of it? A full post outline can be useful for finding a section without knowing and clicking through its ancestry, or so you can just read all the section names as a way to skim a post.

4 curtidas

I would second this feature request. I can see that this might result in long TOCs, but at least one could add an “expand all” button or Link?

3 curtidas

I am wondering how the TOC plugin is intended to function as I am finding its behaviour sort of odd. I have attached an animated gif below showing my observed behaviour. Is this intentional?

tocissue

My personal thought/preference is that the TOC is just fully expanded from the start.

Thanks in advance!

4 curtidas

E eu realmente apreciaria se a opção “expandir tudo” fosse desenvolvida em breve.

1 curtida

Embora eu adore o sumário expansível dinamicamente, concordo que seria muito bom ter a opção de exibir um sumário totalmente expandido para wikis mais longas!

5 curtidas

Deixe-me dar uma gambiarra suja para você:

.d-toc-sublevel {
	max-height: 500em !important;
    overflow: visible !important;
    opacity: 1 !important;
}

Copie e cole isso no CSS personalizado do seu tema em algum lugar em

https://www.seusite.com/admin/customize/themes/.

7 curtidas

Funciona que é uma beleza :fist_left:

2 curtidas

Isso seria uma boa adição para evitar depender de (mais) CSS.

1 curtida