andreasKroepelin / polylux

A package for creating slides in Typst
https://polylux.dev/book
MIT License
1.05k stars 53 forks source link

Make outline clickable by default for the simple theme #177

Open m-kru opened 6 days ago

m-kru commented 6 days ago

By default, the simple theme has unclickable outline. Changing this behavior is not simple as user cannot simply call outline with custom arguments to change this behavior.

In my opinion, the outline should be clickable by default so that you can easily jump to slides using mouse. If you don't want to use this functionality you simply don't click. Right now, achieving clickable outline is impossible for a noob user.

Actually, I do not understand why the simple theme file configures the outline at all. The outline is easily configurable via the typst built-in outline function.

andreasKroepelin commented 5 days ago

Good idea. Here is some background on why there is custom overview handling at all: https://polylux.dev/book/utils/sections.html