Skip to content

Commit

Permalink
adding separator snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz committed Sep 5, 2012
1 parent df24a1c commit f1a1de3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion TODO.todo
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Sublime Tasks:
☐ BUG: having single qoutes (') or > in task do not allow archiving @IMP
☐ add separator @feature
☐ do not move the position of cursor when pressing cmd+D @improvement
☐ being able to work with done tasks with no @done and date at the end @improvement
☐ accept multiple bullet types at the same time @feature
☐ in archive list prefix task with project name, add specific scope for project prefixes @feature
☐ notes + make them foldable @feature
☐ export to html/ preview in browser (look at markdown preview) @feature
☐ make date formating configurable @feature
☐ make date labling optional @feature
☐ make @done tag optional @feature
☐ more tests on linux and windows @later
☐ add ico format for windows @later

Documentation:
☐ document "new task doc" command in readme and tutorial
Expand All @@ -24,6 +27,7 @@ Marketing:

___________________
Archive:
✔ add separator @feature @done (2012-09-05 05:11)
✔ BUG: command+enter on project name line @IMP @done (2012-09-05 04:49)
✔ add to settings menu @feature @done (2012-09-05 03:55)
✔ always show the folding icons (or force to show folding icons) @improvement @done (2012-09-05 03:43)
Expand Down
7 changes: 7 additions & 0 deletions separator.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<snippet>
<content><![CDATA[
--- ✄ -----------------------
]]></content>
<tabTrigger>--</tabTrigger>
<scope>text.todo</scope>
</snippet>

0 comments on commit f1a1de3

Please sign in to comment.