On 20 October 2014 10:57, Derek Smithies <[email protected]> wrote: > When html output is created, how hard is it to generate a html search tool? > Thus, the user would type in the word(s) they want, and the system would > list the matching section.
It would be simple to do with Asciidoc HTML, just google for the HTML/Javascript to include (heaps of examples on the web) and put it in a passthrough. Doing it with docbook output is harder and has to be done in the docbook toolchain since its specific to each one. Cheers Lex > > True, one could use ctrl-F and search the whole document for the required > word. However, if chunked output > is used, the whole document cannot be searched in this manner. > Or, if the two words from the user were not adjacent in the document, they > would never be found with Ctrl-F. > > Thanks in advance. > Derek. > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
