MartinSGill / TodoTxtJs

A Javascript web app implementation of TodoTxt
72 stars 29 forks source link

Move todo message markup out of todo.js #5

Closed MartinSGill closed 11 years ago

MartinSGill commented 11 years ago

It's the wrong place for it. I'd prefer a template, but I don't think that's possible. Maybe have todotxt.js insert templates when it finds projects/contexts , etc.

MartinSGill commented 11 years ago

Its in htmlrenderer. Still not happy but at least it's no longer tightly coupled.