[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: footer navigation headers
From: |
Per Bothner |
Subject: |
Re: footer navigation headers |
Date: |
Thu, 18 Feb 2021 08:03:22 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
I think this link shows a good default output (with no configuration settings),
assuming --split=section (and of course some non-default css):
http://per.bothner.com/tmp/DomTerm-txjs/Wire-byte-protocol.html
<
There is a navigation header for each node, and a single navigation footer.
You can remove excess headers with CSS:
div.section div.header { display: none }
div.subsection div.header { display: none }
div.subsubsection div.header { display: none }
and the result is reasonable.
The way I did it (see attached patch) is probably not the right one.
Things will probably misbehave for certain configuration settings.
WORDS_IN_PAGE is disabled, for one. (Though I don't think we should be obliged
to support every existing configuration setting in the same way as before.
It's ok to remove some little-used settings, especially if they no longer make
sense.)
For what it's worth, what I tried was to split _default_format_element_footer
into two parts:
(1) _default_format_element_footer is called at the end of each node,
as before. It emits rules, footnotes, but no navigation buttons.
(2) _default_format_element_footer is emitted at the end of each page.
It emits navigation buttons. It is actually called in _convert_heading_command
at the top of the page, which is why WORDS_IN_PAGE is ignored, but that
could be changed with some more complicated logic.
--
--Per Bothner
per@bothner.com http://per.bothner.com/
footer-navigation2.patch
Description: Text Data
- footer navigation headers, Per Bothner, 2021/02/14
- Re: footer navigation headers, Gavin Smith, 2021/02/14
- Re: footer navigation headers, Per Bothner, 2021/02/14
- Re: footer navigation headers, Gavin Smith, 2021/02/17
- Re: footer navigation headers, Gavin Smith, 2021/02/17
- Re: footer navigation headers, Patrice Dumas, 2021/02/17
- Re: footer navigation headers,
Per Bothner <=
- Re: footer navigation headers, Patrice Dumas, 2021/02/19
- Re: footer navigation headers, Per Bothner, 2021/02/19
- Re: footer navigation headers, Patrice Dumas, 2021/02/19
- Re: footer navigation headers, Per Bothner, 2021/02/19
- Re: footer navigation headers, Patrice Dumas, 2021/02/21
- Horizontal scrolling on TOC, Gavin Smith, 2021/02/20
- Re: Horizontal scrolling on TOC, Per Bothner, 2021/02/20
- Re: Horizontal scrolling on TOC, Gavin Smith, 2021/02/21
- Re: Horizontal scrolling on TOC, Gavin Smith, 2021/02/21
- Re: footer navigation headers, Gavin Smith, 2021/02/20