Fizzadar / Luapress

:newspaper: Static site/blog generator written in Lua.
MIT License
198 stars 32 forks source link

Creation of TOC #66

Closed 4mig4 closed 5 years ago

4mig4 commented 5 years ago

Could it be possible to add a keyword for TOC {{toc}} that would build automatically a table of content of the current post/page based on the headers of the post/page ?

Fizzadar commented 5 years ago

So this should now be possible using lua-discount - I added toc as a default option (https://github.com/Fizzadar/Luapress/commit/670440c96fbb2a77f11d6d4810f5f279ac9f8265) but it needs more work. Something like: $toc=true within a post to generate it.

4mig4 commented 5 years ago

Nice, looking forward to using it.

4mig4 commented 5 years ago

Did you manage to find a simple way to integrate it ?

Fizzadar commented 5 years ago

@4mig4 not yet I've not had the time, I doubt I'll be able to investigate this for a few weeks.

Fizzadar commented 5 years ago

This is now possible - can be rendered in-post with $=toc or in a template with post.toc.