View Single Post
Quote:
Originally Posted by kingsinger View Post
That seems to work. Thanks!

How would I modify the flat template so that I could put certain info on a second line indented underneath the task. For example this:

-Task:
Project
-Task
Project
I don't necessarily want a double space between the two lines. The bulletin board software put that in there.
You ought to be able to do something like this on the line for formatting tasks (and you'd probably want it for task groups too):

Code:
"TaskStart": "- $name\n\t$project",
where:
  • \n = newline
  • \t = tab

I do something similar in the TaskPaper template to print the link to the OmniFocus task in a note on the next line.