File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 77" @hyperbook/fs " : minor
88---
99
10- Move from react to raw remark.
10+ The release is a complete rewrite of the underlying process to generate the
11+ HTML files. React was removed from the project and replaced with remark
12+ plugins. This improves build times and give us more control over the whole
13+ process. For example there is no need anymore for running `npx hyperbook
14+ setup`.
15+
16+ I also added a new pagelist directive, which can be used to list pages based
17+ on user-defined criteria. This directive also replaces the included glossary
18+ page. Therefore, you need to create on yourself. This can be easily done by
19+ creating a page ` glossary.md ` with the following content:
20+
21+ ``` md
22+ ---
23+ name: Glossary
24+ ---
25+
26+ ::pagelist{format="glossary" source="href(/glossary/)"}
27+
28+ ```
29+
30+ Additionally, I added the ability to use custom JavaScript and CSS-files - see
31+ the documentation under Advanced Features - in addition to using HTML in your
32+ hyperbook, when the ` allowDangerousHtml ` option is enabled in your config.
33+
34+ I also improved the appearance of custom links, by moving them to the
35+ footer on mobile devices.
You can’t perform that action at this time.
0 commit comments