asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
104 stars 101 forks source link

Improve MultipageHtml5Converter extension #96

Closed owenh000 closed 4 years ago

owenh000 commented 5 years ago

Add many features to the MultipageHtml5Converter extension, including cross-reference support, configurable variable chunking depth, dynamic Table Of Contents, and page navigation links.

See also https://github.com/asciidoctor/asciidoctor/issues/626.

thoni56 commented 5 years ago

Would really like to see this merged!

minad commented 5 years ago

@owenh000 I am getting warnings "instance variable @number not initialized" on line 117 of the multipage plugin

owenh000 commented 5 years ago

@minad, I think you are attempting to use the extension with Asciidoctor 1.5.8. Please see the Notes and limitations section in the extension header. The extension needs to be updated to work with Asciidoctor 1.5.8.

minad commented 5 years ago

@owenh000 I see, I am using 1.5.8

rv0 commented 4 years ago

Anyone tried to update it?

owenh000 commented 4 years ago

I moved the extension into a separate repository. Contributions are welcome there. Closing this merge request.