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.
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?
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?

My personal thought/preference is that the TOC is just fully expanded from the start.
Thanks in advance!
[Zitat=“Ralf Stockmann, Beitrag:2, Thema:270661, Benutzername:Ralf_Stockmann”]
Ich würde diesen Feature-Wunsch unterstützen. Ich kann sehen, dass dies möglicherweise zu langen Inhaltsverzeichnissen führen könnte, aber zumindest könnte man eine Schaltfläche oder einen Link “Alle erweitern” hinzufügen?
[/Zitat]
Und ich würde es wirklich begrüßen, wenn die Option “Alle erweitern” bald entwickelt würde.
Obwohl ich das dynamisch erweiterbare Inhaltsverzeichnis liebe, stimme ich zu, dass es wirklich schön wäre, die Option zu haben, ein vollständig erweitertes Inhaltsverzeichnis für längere Wikis anzuzeigen!
Lass mich dir einen schmutzigen Hack geben:
.d-toc-sublevel {
max-height: 500em !important;
overflow: visible !important;
opacity: 1 !important;
}
Kopiere und füge es in das benutzerdefinierte CSS deines Themes ein, irgendwo unter
https://www.your-domain.com/admin/customize/themes/.
Funktioniert einwandfrei ![]()
Dies wäre eine gute Ergänzung, um die Abhängigkeit von (mehr) CSS zu vermeiden.