mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Adjust Tag syntax to match TaskWarrior
This commit is contained in:
parent
2bacc05ced
commit
b95c146a7e
4 changed files with 55 additions and 22 deletions
|
@ -5,6 +5,7 @@
|
|||
* [Using the Task Command](./using-task-command.md)
|
||||
* [Configuration](./config-file.md)
|
||||
* [Reports](./reports.md)
|
||||
* [Tags](./tags.md)
|
||||
* [Synchronization](./task-sync.md)
|
||||
* [Running the Sync Server](./running-sync-server.md)
|
||||
* [Debugging](./debugging.md)
|
||||
|
|
12
docs/src/tags.md
Normal file
12
docs/src/tags.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Tags
|
||||
|
||||
Each task has a collection of associated tags.
|
||||
Tags are short words that categorize tasks, typically written with a leading `+`, such as `+next` or `+jobsearch`.
|
||||
|
||||
Tags are useful for filtering tasks in reports or on the command line.
|
||||
For example, when it's time to continue the job search, `task +jobsearch` will show pending tasks with the `jobsearch` tag.
|
||||
|
||||
## Allowed Tags
|
||||
|
||||
Specifically, tags must be at least one character long and cannot contain whitespace or any of the characters `+-*/(<>^! %=~`.
|
||||
The first character cannot be a digit, and `:` is not allowed after the first character.
|
Loading…
Add table
Add a link
Reference in a new issue