README.rdoc in doing-0.1.5 vs README.rdoc in doing-0.1.6
- old
+ new
@@ -11,9 +11,13 @@
- %shortdate: a custom date formatter that removes the day/month/year from the entry if they match the current day/month/year
- %note: Any note in the entry will be included here, a newline and tabs are automatically added.
- %odnote: The notes with a leading tab removed (outdented note)
- %hr: a horizontal rule (`-`) the width of the terminal
- %hr_under: a horizontal rule (`_`) the width of the terminal
+- `%[color]`: color can be black, green, blue, yellow, magenta, cyan or white
+ - you can prefix "bg" to affect background colors (%bgyellow)
+ - prefix "bold" and "boldbg" for strong colors (%boldgreen, %boldbgblue)
+
Date formats are based on Ruby `strftime` formatting.