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

Suggest new delineator: term #25

Open
wants to merge 2 commits 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
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,18 @@ This task doesn't have a creation date:
```


### Rule 3: Contexts and Projects may appear anywhere in the line _after_ priority/prepended date.
### Rule 3: Contexts, Projects, and Terms may appear anywhere in the line _after_ priority/prepended date.

- A *context* is preceded by a single space and an at-sign (`@`).
- A *project* is preceded by a single space and a plus-sign (`+`).
- A *project* or *context* contains any non-whitespace character.
- A *term* provides additional filtering useful in note-taking and is prefixed by a single period (`.`) followed by any non-whitespace character.
- A *task* may have zero, one, or more than one *projects* and *contexts* included in it.

For example, this task is part of the `+Family` and `+PeaceLoveAndHappiness` projects as well as the `@iphone` and `@phone` contexts:
For example, this task is part of the `+English` project, belongs to the `@school` context, and includes the terms `.benevolence` and `.life`:

```
(A) Call Mom +Family +PeaceLoveAndHappiness @iphone @phone
(A) Finish research paper on .benevolence and .life +English @school
```

This task has no contexts in it:
Expand All @@ -144,6 +145,11 @@ This task has no projects in it:
Learn how to add 2+2
```

This task has no terms in it:

```
Visit us on the web at example.com
```


## Complete Tasks: 2 Format Rules
Expand Down