Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown formatting errors #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# To Do Tasks

A simple and handy extension for [Visual Studio Code](http://code.visualstudio.com/) to organize your to-do tasks.

![](https://raw.githubusercontent.com/sandy081/vscode-todotasks/master/resources/How%20to%20use%20todos.png)

## Install in TWO steps

* In VSCode press F1 or Cmd+Shift+p (Ctrl+Shift+p on Windows and Linux) to open command pallette
* Type "Install Extensions" then enter and search for todotasks extension to install.

Expand All @@ -13,13 +15,13 @@ Create a new file and save with todo or tasks file extension.

**NOTE:** Commands listed below are triggerred only on files with above extensions.

###Projects:
### Projects:

* Anything with colon at the end of the line is a project title
* You can nest projects inside each other
* You can fold projects and sub projects

###Tasks:
### Tasks:

New Task:
* Press Cmd+Enter (Ctrl+Enter on Windows and Linux) to add a new task
Expand All @@ -44,6 +46,5 @@ Create a new file and save with todo or tasks file extension.
More to come... Check [Tasks](todotasks-project.tasks)

## License
[MIT](LICENSE.md)


[MIT](LICENSE.md)