Thanks Mark... for a quicker reference, here's the guide with some questions that I personally would like expanded upon:
Number 1 I get.
Number 2, not so much. In fact, not at all. With a quick glance I don't see any reference to the old vs. the new. A guide listing what was changed specifically would be REALLY helpful.
3) If you are using [+summary+] in your templates append &extenders=`summary` to your Ditto call
4) If you have [*fields*] in your [+content+] make sure Ditto already has access to them in the form of [+field+]. If you need to add a field but not have it displayed use the &hiddenFields parameter
Number 3 is straightforward. Number 4 completely confuses me and could use a bit clearer explanation.
5) (optional) Remove all tv prefixes
You might consider rewording step 5 for clarity. Keep in mind unless you're building new sites every day with ditto, it's easy to set it up and not remember the intricacies a few weeks or months later. Maybe something along the lines of:
5) Remove the "tv" prefix from Template Variables (TV) used in your templates/calls. For example, if you were using a "foo" TV, Ditto pre-2.0 required prepending it with "tv": ¶m=`tvfoo`. Ditto 2 deprecates this requirement so you could write it as ¶m=`foo`. The same holds true for Ditto templates. [+tvfoo+] would more simply and intuitively be just [+foo+].
Of course it's been a few weeks since I've created a ditto call from scratch so I'm not sure if this is exactly accurate!
