mjdescy / TodoTxtMac

TodoTxtMac is a minimalist, keyboard-driven to-do manager for Mac OS X (10.8 Mountain Lion and higher) that conforms to the todo.txt format spec.
Other
240 stars 40 forks source link

More styling to due dates #13

Closed geebru closed 10 years ago

geebru commented 10 years ago

http://cl.ly/image/1r230F24290b

Currently due dates are a little iffy looking. "Due:" touches the date and there's no way to style the dates (would love a custom color for them).

A stretch goal might be to allow us to edit how the date is shown (year isn't relevant for my uses so something like "Friday, April 26" would be better or just "Apr 26".

mjdescy commented 10 years ago

I could see adding a customizable color to due dates, to set them off like contexts and projects are set off.

I am pretty adamant at requiring the due date format to be "due:YYYY-MM-DD". The reason is that the goal of the project is to be compliant with the todo.txt format spec, and to be compatible with the Windows app Todotxt.net and the command-line tools. The due date tag is defined as an addition to the spec on the Todo.txt format specification page. That's about as far from the canonical spec as I would like to go.

geebru commented 10 years ago

That's reasonable - I also might not mind the format as much if that space is added and I can make them grey instead of black!

Thanks for the quick reply!

On 4/23/14, mjdescy notifications@github.com wrote:

I could see adding a customizable color to due dates, to set them off like contexts and projects are set off.

I am pretty adamant at requiring the due date format to be "due:YYYY-MM-DD". The reason is that the goal of the project is to be compliant with the todo.txt format spec, and to be compatible with the Windows app Todotxt.net and the command-line tools. The due date tag is defined as an addition to the spec on the Todo.txt format specification page. That's about as far from the canonical spec as I would like to go.


Reply to this email directly or view it on GitHub: https://github.com/mjdescy/TodoTxtMac/issues/13#issuecomment-41178137

Greg Bruening Lynchburg College Alum Major - Graphic Design, Minor - English

mjdescy commented 10 years ago

@geebru I am working on the due date coloring. The "due:" text has to touch the date, however, because that is how the tag spec addition to todo.txt is structured. Sorry, but I can't change that aspect of it. We have to maintain compatibility with similar todo.txt apps.

geebru commented 10 years ago

Interesting - that's a strange spec to have. Anywho, thanks for working on the coloring! Awesome app!

mjdescy commented 10 years ago

This feature was added in Version 1.1.3.