elm-community / elm-faq

FAQ about the Elm language.
https://faq.elm-community.org/
22 stars 24 forks source link

Add TOC with filter #12

Closed fredcy closed 8 years ago

fredcy commented 8 years ago

Add table of contents to FAQ pages using Javascript to scrape the H3 sections from the HTML content generated by Jekyll, and using a simple Elm app to present the section headings and provide a searchable filter of the headings and content.

The Elm code is currently in https://github.com/fredcy/doc-filter. I plan to move it here once I figure out how to integrate it with the Jekyll build scheme.