Created
June 9, 2015 15:17
-
-
Save bentsai/19ca8be298ccaafbc80f to your computer and use it in GitHub Desktop.
My current .doingrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
doing_file: "~/Dropbox/Notes/Lists/what_was_i_doing.md" | |
current_section: Currently | |
editor_app: | |
templates: | |
default: | |
date_format: "%Y-%m-%d %H:%M" | |
template: "%date | %title%note" | |
wrap_width: 0 | |
today: | |
date_format: "%_I:%M%P" | |
template: "%date: %title %interval%note" | |
wrap_width: 0 | |
last: | |
date_format: "%-I:%M%P on %a" | |
template: "%title (at %date)%odnote" | |
wrap_width: 88 | |
recent: | |
date_format: "%_I:%M%P" | |
template: "%boldblack%date %boldgreen| %boldwhite%title%default%note" | |
wrap_width: 0 | |
views: | |
done: | |
date_format: "%_I:%M%P" | |
template: "%date | %title%note" | |
wrap_width: 0 | |
section: All | |
count: 0 | |
order: desc | |
tags: done complete cancelled | |
tags_bool: OR | |
color: | |
date_format: "%F %_I:%M%P" | |
template: "%boldblack%date %boldgreen| %boldwhite%title%default%note" | |
wrap_width: 0 | |
section: Currently | |
count: 10 | |
order: asc | |
marker_tag: flagged | |
marker_color: red | |
default_tags: [] | |
:include_notes: true | |
autotag: | |
whitelist: [] | |
synonyms: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment