Edit the MadCap|miniTocProxy to display the heading levels I needed.
Edit the p.MiniTOC# that I didnt want a leader (those dots) for by setting the mc-leader-format property to: none
Then I needed to remove the page numbers which was causing major issues unil Ryan posted the hack below, I want to empahsize (because he did) that this isn't supported and real ugly
To remove page numbers from the miniTOC output I needed to do the following:
This was posted by Ryan Cerniglia
I've found a way to disable the page numbers for the second level of the TOC. To disable the page numbers for any other level, change the "2" below to the desired level.
WARNING: Unsupported, Ugly Hack!
Open your stylesheet
Add a class to the TD element named "GenMiniTOCPageText2"
Set the property "display" of the element to "none"
Regenerate PDF
Thanks to Paul, Lisa, and Ryan for helping me figure this out, hopefully it helps other people. If i missed any steps in the recap please let me know.
---------------------------------
Archive Material
So, I am thinking about using mini-tocs to control the "what is in this chapter" pages throughout my manual. BUT we are in the process of implementing a new template for our procedure segue pages that includes a short description of the procedure on the page, so something like this:
<link to procedure>
short desc
<link to procedure>
short desc
now, i could just create a variable or snippet for each short description but, that would create a HUGE list of snippets or variable sets (i was thinking 1 variable set per chapter or section of a chapter to control the short description). after tooling around with some mini-tocs on the field and button descriptions links (these dont have short descriptions) my document looked kind of funny having a mini-toc for F&B segue pages and a list of links/short descriptions on the procedure segue pages.
basically i want the new mini-toc style to create something like this:
<link to procedure>
<pulled short description from linked procedure>
i was thinking that i would have to create some line of code (probably java, which i am still at a basic understanding of) to pull the short description from the linked item.
if anyone has any ideas that would be SUPER awesome.
thanks
-dm

