- Show an alphabet navigation on glossary. Clicking a letter scrolls the entries for this letter into view. @mauritsvanrees, @ksuess #11
- Add option to mention the term in the header of its tooltip. @mauritsvanrees, @ksuess #12
- New option 'show tooltips only on first occurrences on a page' @ksuess #5
-
Refactor package to cookieplone template. @ksuess
Add backend with collective.glossary. @ksuess
New concept: Instead of generating the tooltip enhanced markup in each Slate leaf, we generate all tooltip enhanced leaf texts on route change, store them with jotai atom and use the appropriate ones in the leafs. @ksuess #10