aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/section-numbering.mdwn
blob: 41803e3a29f285f22454c14b211bdcd594724115 (plain)
1
2
3
4
5
6
7
8
9
[[!tag wishlist]]

Optional automatic section numbering would help reading: otherwise, a reader (like me) gets lost in the structure of a long page.

I guess it is implementable with complex CSS... but one has first to compose this CSS in any case. So, this wish still has a todo status. --Ivan Z.

And another aspect why this is related to ikiwiki, not just authoring a CSS, is that the style of the numbers (genereated by CSS probably) should match the style of the numbers in ikiwiki's [[plugins/toc]]. --Ivan Z.

<https://codepen.io/X-Raym/pen/dBprG> - a known CSS technique.  works well.  adapted here due to that numbering starting from h2, where ikiwiki (incorrectly) starts headings from h1 <http://libre-riscv.org/local.css> --lkcl