Skip to content

Commit cfccdcb

Browse files
committed
Add remaining, to be consolidated FAQs
1 parent 1b76fe4 commit cfccdcb

228 files changed

Lines changed: 5661 additions & 13 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Taskwarrior - FAQ"
3+
topic: "General"
4+
question: "How do I contribute to documentation?"
5+
---
6+
7+
Back to the [FAQ](/support/faq)
8+
9+
### Q: How do I contribute to documentation?
10+
11+
I would like to contribute a small change to the documentation.
12+
In general, how should I go about submitting patches to the documentation?
13+
I cannot find a Git repository containing the documentation.
14+
15+
A: All our public repositories are listed here: https://github.com/GothenburgBitFactory
16+
17+
Simply clone, modify, and create a pull-request.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Taskwarrior - FAQ"
3+
topic: "General"
4+
question: "Are there any plans to create a package for <system>?"
5+
---
6+
7+
Back to the [FAQ](/support/faq)
8+
9+
### Q: Are there any plans to create a package for <system>?
10+
11+
A: We don't do packaging, the community generally steps up.
12+
Contact your distro and make a request.
13+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Taskwarrior - FAQ"
3+
topic: "General"
4+
question: "What is the project's coding style?"
5+
---
6+
7+
Q: Is there somewhere information about the coding style for the different programming languages used?
8+
9+
A: Make all changes and additions such that they blend in perfectly with the surrounding code, so it looks like only one person worked on the source, and that person is rigidly consistent.
10+
11+
That's the general guideline, but to be more explicit about it, here are some of the rules:
12+
13+
* Use 2 spaces to indent, and no tabs
14+
* Surround operators, expression terms with a space
15+
* Stick to an 80 column maximum where possible, although exceptions for readability are fine, if limited
16+
* No cuddled braces
17+
18+
https://github.com/GothenburgBitFactory/taskwarrior/blob/develop/doc/devel/contrib/coding_style.md
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Taskwarrior - FAQ"
3+
topic: "General"
4+
question: "Which principles build the foundation for task?"
5+
---
6+
7+
Back to the [FAQ](/support/faq)
8+
9+
Q: Which principles build the foundation for task?
10+
11+
A:
12+
* Open source is the best way to write software
13+
* Open formats like JSON don't restrict users
14+
* Flexibility with lots of features yields strange and wonderful real-world use-cases
15+
* Scriptability is good
16+
* Performance is important

content/support/faq/faq.task.001.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ topic: "Taskwarrior"
44
question: "How do I implement Pomodoro?"
55
---
66

7+
Back to the [FAQ](/support/faq)
8+
79
### Q: How do I implement Pomodoro?
810

9-
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.
10-
Remember: most of the time, Taskwarrior isn\'t running.
11+
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.
12+
Remember: most of the time, Taskwarrior isn't running.
1113

12-
You can however use the pomodoro timer or any other timer software (KTeaTimer, Gnome\'s Tea Timer, Gnome\'s pomodoro shell extension, pyStopWatch, or any of the many timers out there), together with taskwarrior to manage and prioritize your ToDo list.
14+
You can however use the pomodoro timer or any other timer software (KTeaTimer, Gnome's Tea Timer, Gnome's pomodoro shell extension, pyStopWatch, or any of the many timers out there), together with Taskwarrior to manage and prioritize your ToDo list.

content/support/faq/faq.task.002.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ topic: "Taskwarrior"
44
question: "How do I remove an attribute?"
55
---
66

7+
Back to the [FAQ](/support/faq)
8+
79
### Q: How do I remove an attribute?
810

911
Modify the attribute and give it a blank value:
@@ -12,4 +14,4 @@ Modify the attribute and give it a blank value:
1214
$ task 16 modify due:
1315
```
1416

15-
Taskwarrior doesn\'t store blank values, so it deletes the attribute.
17+
Taskwarrior doesn't store blank values, so it deletes the attribute.

content/support/faq/faq.task.003.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ topic: "Taskwarrior"
44
question: "How do I list tasks that have no project?"
55
---
66

7+
Back to the [FAQ](/support/faq)
8+
79
### Q: How do I list tasks that have no project?
810

911
There are a few ways:

content/support/faq/faq.task.004.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ topic: "Taskwarrior"
44
question: "How do I filter tasks containing words that are also commands?"
55
---
66

7+
Back to the [FAQ](/support/faq)
8+
79
### Q: How do I filter tasks containing words that are also commands?
810

911
I have tasks with descriptions such as:

content/support/faq/faq.task.005.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ topic: "Taskwarrior"
44
question: "How do I hide the change history when using the info report?"
55
---
66

7+
Back to the [FAQ](/support/faq)
8+
79
### Q: How do I hide the change history when using the `info` report?
810

911
You need to turn off journaling, like this:

content/support/faq/faq.task.006.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ topic: "Taskwarrior"
44
question: "How do I list tasks scheduled today?"
55
---
66

7+
Back to the [FAQ](/support/faq)
8+
79
### Q: How do I list tasks scheduled today?
810

911
To filter tasks within a date range:

0 commit comments

Comments
 (0)