View Single Post
Hi Catone,

The export to email works well for some situations, but it is limiting and bulky. After 200 lines you get:

Quote:
<table class="basic" id="omnifocus-report">
<tr class="omnifocus-project">
<td style="" class="level-1 wrap"><img class="project-active" />Get house painted</td>
<td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
<tr class=>
<td style="" class="level-1 wrap">contact fred for an estimate</td>
<td>Get house painted</td><td>email</td><td></td><td></td><td></td><td></td><td></td></tr>
<tr class=>
<td style="" class="level-1 wrap">pick out a color</td>
<td>Get house painted</td><td>Home Depot</td><td></td><td></td><td></td><td></td><td></td></tr>
<tr class=>
<td style="" class="level-1 wrap">remove junk on the side of the house</td>
<td>Get house painted</td><td>home</td><td></td><td></td><td></td><td></td><td></td></tr>
</table>
<p/>
In markdown, this could be formatted in four lines that I can easily edit.

Quote:
# get house painted
* contact fred for an estimate
* pick out a color
* remove junk on the side of the house
With the markdown formatting, I can easily convert it to a PDF, a well formatted email, html, or drop it into a CMS that converts the text into the proper formatting.

Last edited by steve; 2011-09-17 at 01:17 PM..