2012-07-09 20:16:06 +00:00
|
|
|
# Priorityignore
|
|
|
|
|
|
|
|
A simple program to show/hide priorities.
|
|
|
|
|
2012-07-16 19:12:29 +00:00
|
|
|
## Documentation A couple of weeks ago, I read an article in the
|
|
|
|
Harvard Business Review entitled Two Lists You Should Look At Every
|
|
|
|
Morning[1]. The first is the usual priority list: everything you care
|
|
|
|
about, that you want to spend your attention span on. The other, even
|
|
|
|
more important list, is everything you will ignore: everything that
|
|
|
|
distracts you, saps your time, that takes you away from your
|
|
|
|
achievements. To make a list of everything you do that, ultimately,
|
|
|
|
doesn't make you happy.
|
|
|
|
|
|
|
|
It was a solid idea, and I thought it would make a good variation on
|
|
|
|
RightNow!, my last "priority manager" that keeps list of everything
|
|
|
|
you care about. Like RightNow, Priority/Ignore uses your browser's
|
|
|
|
localstore to store its data: nothing is stored here, or anywhere
|
|
|
|
else, and every browser will have its own local store. If you use
|
|
|
|
more than one browser, this may present a problem, but most people
|
|
|
|
have one browser per device, and these lists shouldn't be that long.
|
|
|
|
|
|
|
|
This is mostly a tech demo for various JS tools.
|
2012-07-09 20:16:06 +00:00
|
|
|
|
|
|
|
## License
|
|
|
|
Copyright (c) 2012 Elf M. Sternberg
|
|
|
|
Licensed under the CC-Attribution-NonCommercial-ShareAlike license.
|
|
|
|
|
2012-07-16 19:12:29 +00:00
|
|
|
I chose this license because this is more like content than coding.
|
2012-07-09 20:16:06 +00:00
|
|
|
|
2012-07-16 19:12:29 +00:00
|
|
|
## Contributing
|
|
|
|
In lieu of a formal styleguide, take care to maintain the existing
|
|
|
|
coding style.
|
2012-07-09 20:16:06 +00:00
|
|
|
|