• Resolved jorgendemore

    (@jorgendemore)


    I wonder how I can make use of the content module. Right now I only understand how to set up a title. But not the chapters. I understand that it should be auto-generated. But I don’t understand how it does this. And anyway, I would love to define my own chapters.

    Any tips?

    https://wordpress.org/plugins/snowball/

Viewing 1 replies (of 1 total)
  • Plugin Author thomaspark

    (@thomaspark)

    The table of contents is indeed auto-generated. It’s created based on any HTML elements with an ID attribute.

    For example, you can use an HTML block to add something like:
    <h2 id="section1">Section 1</h2>

    You could also add an ID to a caption in other modules like Image or Table like:
    <caption id="table1">Table 1</caption>

    Will be adding more info about this in the FAQ for the next release. Let us know if you have any other questions!

Viewing 1 replies (of 1 total)

The topic ‘content module’ is closed to new replies.