Login  Register

"Chapter 11. Index" is blank, is there support?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

"Chapter 11. Index" is blank, is there support?

Daniel Hinojosa
17 posts
Is there support for index at the moment?  I can help out and implement it if not, and get paid for it! Customer wants help menu for Swing, and JavaHelp is ancient and really weird now.  Seems that asciidoctor is the cure for what ails us.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: "Chapter 11. Index" is blank, is there support?

LightGuardjp
354 posts
Have you tried the suggested way from the python impl? http://asciidoc.org/userguide.html#_indexes


On Mon, Jan 20, 2014 at 11:22 AM, Daniel Hinojosa [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Is there support for index at the moment?  I can help out and implement it if not, and get paid for it! Customer wants help menu for Swing, and JavaHelp is ancient and really weird now.  Seems that asciidoctor is the cure for what ails us.


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Chapter-11-Index-is-blank-is-there-support-tp1288.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: "Chapter 11. Index" is blank, is there support?

Daniel Hinojosa
17 posts
Actually never tried it for docbook (and there it is). Index not available for HTML. Hmm.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: "Chapter 11. Index" is blank, is there support?

LightGuardjp
354 posts
Your only other option in that case would be to create an extension.


On Mon, Jan 20, 2014 at 12:07 PM, Daniel Hinojosa [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Actually never tried it for docbook (and there it is). Index not available for HTML. Hmm.


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Chapter-11-Index-is-blank-is-there-support-tp1288p1292.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: "Chapter 11. Index" is blank, is there support?

mojavelinux
Administrator
2681 posts
You don't need to do an extension. You could actually just override the document template {1} and spit out an HTML-based index there. You can get the index table from document.references[:indexerms]. From there, you just iterate the collection.

We now have an open issue to support this feature out of the box:


On Mon, Jan 20, 2014 at 12:48 PM, LightGuardjp [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Your only other option in that case would be to create an extension.


On Mon, Jan 20, 2014 at 12:07 PM, Daniel Hinojosa [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Actually never tried it for docbook (and there it is). Index not available for HTML. Hmm.


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Chapter-11-Index-is-blank-is-there-support-tp1288p1292.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Chapter-11-Index-is-blank-is-there-support-tp1288p1293.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--