Table of Contents in my export
First, thanks for a great application. I'm trying to figure out how to use the table of contents in my exported HTML. Poking around, it looks like generatedtoc.js needs a
; but where do I put it if I want to exactly replicate the preview functionality.Thanks,
Andy
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Andrew Nanton on 20 Oct, 2011 08:40 PM
Oops, it edited out my
<div id="generated-toc"></div>
. Thanks in advance.Support Staff 2 Posted by Brett on 20 Oct, 2011 08:47 PM
Right at the top of the body section, first element. I'm attaching the additional CSS styles you'll need as well.
Support Staff 3 Posted by Brett on 20 Oct, 2011 09:05 PM
By the way, the Web Inspector is enabled in the preview, you can right click and choose Inspect Element to take a look at the whole DOM and included scripts.
4 Posted by Andrew Nanton on 20 Oct, 2011 09:08 PM
Thanks! I'm getting the navigation overlay, but it's empty. Here's the relevant section:
Am I doing that correctly?
5 Posted by Andrew Nanton on 20 Oct, 2011 09:09 PM
Missed your update as I was replying. I'll try that, thanks again.
Support Staff 6 Posted by Brett on 20 Oct, 2011 09:40 PM
Let me know if you don't find what you need in the Inspector.