Gavin Kistner
Gavin Kistner
For HTML-only output, create an index.html that has a frameset pulling together toc/index and content. (This includes a nice tabbed approach for a nice toc/index display.)
Why does the CHMWriter have its own directory for ERB files in `lib/docubot/writers`, but the HTMLWriter uses hamls from `lib/docubot/templates/default`?
Allow Word 2007 documents as page sources, converting the .docx to HTML, extracting the body, and cleaning the result through markup sanitization and/or CSS to override foolishness. [OpenXMLViewer](http://openxmlviewer.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25391) is one...
Instead of generating a Glossary section, generate a proper (custom) Glossary tab in the sidebar of the CHM, [as described here](http://www.help-info.de/en/Help_Info_HTMLHelp/hh_chm_add_glossary_tab.htm).
In case people like [the crazy](https://gist.github.com/isaacs/357981). ``` js var o = { a : "ape" , b : "bat" , c : "cat" , d : "dog" , e :...
The `before_comma`, `after_comma`, `around_comma` options apply to both single-line arrays and objects. - `before_comma` should become a shorthand for `before_array_comma` and `before_object_comma`. - `after_comma` should become a shorthand for `after_array_comma`...
**Summary** (from conversation below): - In a fragment, `foo` and `./foo` match nodes at the top of the fragment, but `/foo` does not. - In a fragment, neither `//foo` nor...
1. Use Shoes.exe to open a shoes.rb app 2. Background the app - _The close icon in the title bar will lose the red color. (correct)_ 3. Wait approximately 5...