talex5 / cuekeeper

Browser-based GTD (TODO list) system. No server needed.
http://roscidus.com/blog/blog/2015/04/28/cuekeeper-gitting-things-done-in-the-browser/
GNU Lesser General Public License v2.1
289 stars 23 forks source link

Add title attributes to the one-letter toggle buttons #6

Closed roryokane closed 9 years ago

roryokane commented 9 years ago

The “✓ n w f ★” buttons are hard to use if you don’t know what they do. I would expect hovering over them with the mouse to show their full name. For example, the “f” button should show “future” or “mark as for future”. You can implement this by adding title="future" to the a element.

I think you can implement this by changing the function toggle_label, or perhaps make_toggles below it.

talex5 commented 9 years ago

Good idea - done!