Skip to content

Commit

Permalink
Add back-link to FAQ main page
Browse files Browse the repository at this point in the history
  • Loading branch information
lauft committed Sep 2, 2023
1 parent 5a70df4 commit 9985508
Show file tree
Hide file tree
Showing 223 changed files with 446 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/support/faq/faq.general.001.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "General"
question: "How do I contribute to documentation?"
---

Back to the [FAQ](/support/faq)

### Q: How do I contribute to documentation?

I would like to contribute a small change to the documentation.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.general.002.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "General"
question: "Are there any plans to create a package for <system>?"
---

Back to the [FAQ](/support/faq)

### Q: Are there any plans to create a package for <system>?

A: We don't do packaging, the community generally steps up.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.001.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I implement Pomodoro?"
---

Back to the [FAQ](/support/faq)

### Q: How do I implement Pomodoro?

Taskwarrior currently doesn't support the pomodoro technique, not because it doesn't have all the necessary features, but because it has no way to notify the user if a given point in time has arrived.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.002.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I remove an attribute?"
---

Back to the [FAQ](/support/faq)

### Q: How do I remove an attribute?

Modify the attribute and give it a blank value:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.003.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I list tasks that have no project?"
---

Back to the [FAQ](/support/faq)

### Q: How do I list tasks that have no project?

There are a few ways:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.004.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I filter tasks containing words that are also commands?"
---

Back to the [FAQ](/support/faq)

### Q: How do I filter tasks containing words that are also commands?

I have tasks with descriptions such as:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.005.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I hide the change history when using the info report?"
---

Back to the [FAQ](/support/faq)

### Q: How do I hide the change history when using the `info` report?

You need to turn off journaling, like this:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.006.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I list tasks scheduled today?"
---

Back to the [FAQ](/support/faq)

### Q: How do I list tasks scheduled today?

To filter tasks within a date range:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.007.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I bring back a task that I completed or deleted by mistake?"
---

Back to the [FAQ](/support/faq)

### Q: How do I bring back a task that I completed or deleted by mistake?

Simply changing the `status` of the task to `pending` is enough, Taskwarrior takes care of the rest:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.008.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I improve output readability?"
---

Back to the [FAQ](/support/faq)

### Q: How do I improve output readability?

You can use line breaks which allow blank lines between sort keys.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.009.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I set the wait date to be 2 days before the due date?"
---

Back to the [FAQ](/support/faq)

### Q: How do I set the wait date to be 2 days before the due date?

Taskwarrior can do date math, so use this:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.010.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I create a traditional GTD Next Actions list?"
---

Back to the [FAQ](/support/faq)

### Q: How do I create a traditional GTD Next Actions list?

I am looking to create a custom report that lists all pending tasks without a project and the single most urgent from each project.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.011.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do you run a report listing recurring task templates?"
---

Back to the [FAQ](/support/faq)

Q: List recurring task templates

How do you run a report listing recurring task templates?
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.012.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "Why have attribute modifiers rather than the more readable and algebraic form?"
---

Back to the [FAQ](/support/faq)

### Q: Why have attribute modifiers (`urgency.over:10`) rather than the more readable and algebraic form (`urgency>10`)?

Taskwarrior already supports both forms.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.013.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I pipe a UUID into another task command?"
---

Back to the [FAQ](/support/faq)

### Q: How do I pipe a UUID into another task command?

You can use Bash subprocess syntax to achieve this:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.014.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I get the UUID of the last task added?"
---

Back to the [FAQ](/support/faq)

### Q: How do I get the UUID of the last task added?

There is a `LATEST` virtual tag for just this.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.015.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I change many due dates using one command?"
---

Back to the [FAQ](/support/faq)

### Q: How do I change many due dates using one command?

Something come up yesterday and completely derailed my day.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.016.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I search for tasks?"
---

Back to the [FAQ](/support/faq)

### Q: How do I search for tasks?

There are several ways to search the description and annotations of your tasks.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.017.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I create a task that recurs on more than one day of the week?"
---

Back to the [FAQ](/support/faq)

### Q: How do I create a task that recurs on more than one day of the week?

This is not supported, but you can simulate this by creating multiple tasks due weekly on different days:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.018.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How can I include the time spent on a task in a custom report?"
---

Back to the [FAQ](/support/faq)

### Q: How can I include the time spent on a task in a custom report?

Total active time is not a reportable field.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.019.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I hide tasks that have unfinished dependencies?"
---

Back to the [FAQ](/support/faq)

### Q: How do I hide tasks that have unfinished dependencies?

Try
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.020.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I record a task that is already completed?"
---

Back to the [FAQ](/support/faq)

### Q: How do I record a task that is already completed?

There are several ways to do this.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.021.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I include the recurrence frequency in a report?"
---

Back to the [FAQ](/support/faq)

### Q: How do I include the recurrence frequency in a report?

Try this command:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.022.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I solve \"Taskwarrior was built without GnuTLS support. Sync is not available.\"?"
---

Back to the [FAQ](/support/faq)

### Q: How do I solve "Taskwarrior was built without GnuTLS support. Sync is not available."?

Install `libgnutls-dev` and rebuild:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.023.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I get color working?"
---

Back to the [FAQ](/support/faq)

### Q: How do I get color working?

Try the command:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.024.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do I fix this 'libgnutls-deb0.so.28' error?"
---

Back to the [FAQ](/support/faq)

### Q: How do I fix this `libgnutls-deb0.so.28` error?

Upon upgrading from Ubuntu 15.10 to 16.04 I am now seeing the following error message when I try to run Taskwarrior:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.025.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How do you delete a recurring task?"
---

Back to the [FAQ](/support/faq)

Q: Delete a recurring task template

How do you delete a recurring task?
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.026.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ topic: "Taskwarrior"
question: "How can I filter only pending tasks?"
---

Back to the [FAQ](/support/faq)

### Q: Filter only pending tasks

I thought about using a virtual tag, but there is nothing like `+PENDING`.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.027.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

### Q: How can I filter by project for the timesheet command?

As far as I can tell, `task timesheet` has no way to filter which projects are reported on.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.028.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: Why are virtual tags better than direct attribute comparisons?

(Great question copied from support email)
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.029.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How does `task log Do something` affect done/delete ratio?

A: "task log Did something" would create the task and mark it completed in one step.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.030.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How can I find the parent of a recurring task if no child is left?

A: I think he means to find the recurring task if there are not any children with status pending.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.031.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How can I denotate all annotations at once?
Neither
```
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.032.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How can I track my 'not to be done' list?

A: As far as I know taskwarrior has no status that represents "not to be done".
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.033.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How can I assign a task to a project while creating the task?
For instance I recently did :

Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.034.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How do I remove duplicate UUIDs?

If the command:
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.035.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How to set 'wait' until one day before 'due'?
Construction:

Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.036.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: Sync not working!
Hello!

Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.037.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How to show tasks with active "wait"-date?
I have various tasks with a wait:-date in the future. Of course, these tasks are not shown in a regular task-list until the wait date matches current date.

Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.038.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How do I set a task to recur monthly but to be due on day 9 of a month?
How do I set a task to recur monthly but to be due on day 9 of a month?

Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.039.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How to sort a report by tasks' due-dates and then their descriptions?

A: All reports have sorting defined.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.041.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How can I filter for a text AND without specific due date (equivalent to google search -keyword)?

A: Your question doesn't make much sense, since a task can only have one due date.
Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.042.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How can I prevent renumbering of tasks' ids?
After I have marked a task as complete or have deleted it, the ids of the remaining change. How can I prevent task of doing so?

Expand Down
2 changes: 2 additions & 0 deletions content/support/faq/faq.task.043.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: "Taskwarrior - FAQ"
topic: "Taskwarrior"
---

Back to the [FAQ](/support/faq)

Q: How do I sort a report by tasks' due-dates and then their descriptions?

A: Take a report, here the "list" report as example and modify it to meet your own requirements (expecially the variable called report.list.sort):
Expand Down
Loading

0 comments on commit 9985508

Please sign in to comment.