Skip to content

Instantly share code, notes, and snippets.

@mythical-programmer
Last active August 28, 2015 06:38
Show Gist options
  • Save mythical-programmer/4c563786f520f5ad59c4 to your computer and use it in GitHub Desktop.
Save mythical-programmer/4c563786f520f5ad59c4 to your computer and use it in GitHub Desktop.
sublime: PlainTasks settings user
{
"open_tasks_bullet": "☐", // options: - | ❍ | ❑ | ■ | □ | ☐ | ▪ | ▫ | – | — ≡ → › | [ ]
"done_tasks_bullet": "✔", // options: + | ✓ | ✔ | √ | [x]
"cancelled_tasks_bullet": "✘", // options: x | ✘ | [-]
"before_tasks_bullet_margin": 1,
"date_format": "(%y-%m-%d %H:%M)",
"done_tag": true, // related to @cancelled as well
"project_tag": true, // if true - postfix archived task with project tag, if false - prefix
"archive_name": "Archive:", // make sure it is the unique project name within your todo files
"new_on_top": true, // how to sort archived tasks
"color_scheme":
// "Packages/PlainTasks/tasks.hidden-tmTheme",
// "Packages/PlainTasks/tasks-dark.hidden-tmTheme",
// "Packages/PlainTasks/tasks-eighties-colored.hidden-tmTheme",
// "Packages/PlainTasks/tasks-eighties-dark.hidden-tmTheme",
// "Packages/PlainTasks/tasks-gray.hidden-tmTheme",
// "Packages/PlainTasks/tasks-monokai.hidden-tmTheme",
// "Packages/PlainTasks/tasks-solarized-dark.hidden-tmTheme",
"Packages/PlainTasks/tasks-solarized-light.hidden-tmTheme",
"font_size": 11,
"font_face": "Consolas",
"draw_indent_guides": false,
"line_numbers": false,
"gutter": true,
"margin": 2,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": false,
"match_brackets": false,
"fold_buttons": true,
"fade_fold_buttons": false,
"extensions":
[
"TODO",
"todo",
"todolist",
"taskpaper",
"tasks"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment