benrhughes / todotxt.net

An implementation of todo.txt for Windows using the .NET framework
http://benrhughes.github.io/todotxt.net/
Other
500 stars 123 forks source link

Alt+Down should set priority to (Z) instead of (A) #197

Closed ghost closed 10 years ago

ghost commented 10 years ago

Title says it all. The use case is when the user wants to set quickly the lowest priority possible.

benrhughes commented 10 years ago

I can see where you're coming from, but I prefer the current behaviour. I tend to only use the first 3 or 4 priority letters. Alt-down-down-down sets the priority to C, which is how I want it to work. On 13 Apr 2014 19:39, "lepre84" notifications@github.com wrote:

Title says it all. The use case is when the user wants to set quickly the lowest priority possible.

Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/197 .

ghost commented 10 years ago

Let's assume the possible priorities would be just (A), (B) & (C), wouldn't you like to use alt+down and get directly to (C)? :) Maybe a compromise would be to make the priority a cycle. So Alt+UP from (A) gets to (Z) and viceversa.

On 13 April 2014 21:12, Ben Hughes notifications@github.com wrote:

I can see where you're coming from, but I prefer the current behaviour. I tend to only use the first 3 or 4 priority letters. Alt-down-down-down sets the priority to C, which is how I want it to work. On 13 Apr 2014 19:39, "lepre84" notifications@github.com wrote:

Title says it all. The use case is when the user wants to set quickly the lowest priority possible.

Reply to this email directly or view it on GitHub< https://github.com/benrhughes/todotxt.net/issues/197> .

Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/197#issuecomment-40305081 .

mjdescy commented 10 years ago

Here's an idea to address this issue: Add a keyboard shortcut to set an arbitrary priority to a selected task, using a modal popup window. This feature would work similarly to the postpone feature.

I could code it, if you want.

ghost commented 10 years ago

While that would be a good a idea worth adding anyway I was thinking that for my use case is probably better to use WAIT instead of a priority. So maybe an idea would be to add a W shortcut for WAIT (which is unused at the moment). So W could be like:

Then by setting filter 1 to "-WAIT" I would be able to hide all those tasks quickly. :)

Obviously I could edit the task manually but it looks like a small enough feature to add.

On 14 April 2014 21:53, mjdescy notifications@github.com wrote:

Here's an idea to address this issue: Add a keyboard shortcut to set an arbitrary priority to a selected task, using a modal popup window. This feature would work similarly to the postpone feature.

I could code it, if you want.

— Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/197#issuecomment-40357785 .

benrhughes commented 10 years ago

For the most part I'm trying to keep to the features covered by the official spec, and AFAIK there's no 'wait' concept. Have I missed something?

On Tue, Apr 15, 2014 at 5:45 PM, lepre84 notifications@github.com wrote:

While that would be a good a idea worth adding anyway I was thinking that for my use case is probably better to use WAIT instead of a priority. So maybe an idea would be to add a W shortcut for WAIT (which is unused at the moment). So W could be like:

  • U the task
  • append " WAIT " at the end
  • put the cursor after that for the user to insert the wait condition or use a input window like Postpone but I feel the other ways is more consistent with the usual editing of tasks.

Then by setting filter 1 to "-WAIT" I would be able to hide all those tasks quickly. :)

Obviously I could edit the task manually but it looks like a small enough feature to add.

On 14 April 2014 21:53, mjdescy notifications@github.com wrote:

Here's an idea to address this issue: Add a keyboard shortcut to set an arbitrary priority to a selected task, using a modal popup window. This feature would work similarly to the postpone feature.

I could code it, if you want.

— Reply to this email directly or view it on GitHub< https://github.com/benrhughes/todotxt.net/issues/197#issuecomment-40357785>

.

— Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/197#issuecomment-40454089 .

ghost commented 10 years ago

You're right. I saw it used at the bottom of this page https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format but i didn't remember it was just a tip for user personalization. I beg you pardon as I'm still getting to know todo.txt. I guess you can close this thread as I'll be using a LATER personal keyword and filter by that :)

On 15 April 2014 17:55, Ben Hughes notifications@github.com wrote:

For the most part I'm trying to keep to the features covered by the official spec, and AFAIK there's no 'wait' concept. Have I missed something?

On Tue, Apr 15, 2014 at 5:45 PM, lepre84 notifications@github.com wrote:

While that would be a good a idea worth adding anyway I was thinking that for my use case is probably better to use WAIT instead of a priority. So maybe an idea would be to add a W shortcut for WAIT (which is unused at the moment). So W could be like:

  • U the task
  • append " WAIT " at the end
  • put the cursor after that for the user to insert the wait condition or use a input window like Postpone but I feel the other ways is more consistent with the usual editing of tasks.

Then by setting filter 1 to "-WAIT" I would be able to hide all those tasks quickly. :)

Obviously I could edit the task manually but it looks like a small enough feature to add.

On 14 April 2014 21:53, mjdescy notifications@github.com wrote:

Here's an idea to address this issue: Add a keyboard shortcut to set an arbitrary priority to a selected task, using a modal popup window. This feature would work similarly to the postpone feature.

I could code it, if you want.

— Reply to this email directly or view it on GitHub<

https://github.com/benrhughes/todotxt.net/issues/197#issuecomment-40357785>

.

— Reply to this email directly or view it on GitHub< https://github.com/benrhughes/todotxt.net/issues/197#issuecomment-40454089>

.

— Reply to this email directly or view it on GitHubhttps://github.com/benrhughes/todotxt.net/issues/197#issuecomment-40454746 .