Hi Brett. I was using the original NV. Loved it, but then I came across this fork of the project that adds some features. When I try to open it, it gives me a warning. http://cl.ly/4SK2
Either option quits the app. If I re-open, it does the same thing. Any idea what I should do?
Enjoying this program a whole lot. The Widescreen view is particularly nice and welcome for managing large numbers of notes and rapidly switching between them.
Incidental : I'm looking to make a table of contents by listing headings (say level 1-3) in a piece of text. I don't think that MMD does this, but I'm hoping for a better answer. Does MMD does this ? Am i missing something ?
Two ways to do it. If you want it in the preview, you can do it with jQuery. I have an example ready to go, I'll post it on the project page under Customization shortly. I'm hoping to collect a few interesting ready-to-go templates.
If you want it in the final output (Save HTML), it's a different story. I don't currently process through the XSLT file that would create that normally. There's a file in the MMD package called xhtml-toc.xslt, which will create the table of contents using the XHTML that Markdown has already generated. So, in theory, you could use the Save HTML and then run it through a script to generate the TOC.
Here's what the jQuery version looks like (only uses h2's right now, but easily expanded):
<img src="http://img.skitch.com/20101..." alt="jQuery TOC in nvALT"/>