SublimeTodoReview icon indicating copy to clipboard operation
SublimeTodoReview copied to clipboard

Performance Improvement and possibility to add a start date to task

Open morstin opened this issue 4 years ago • 2 comments

  • better performance if re-reading files: When updating the TodoReview window only changed files are read newly - this makes the work flow very nice as you can change your todos and quickly update your TodoReview window even if you have thousands of files in your project

  • adding the possibiliy to specify a start date with @start(yyyy-mm-dd) in the TODO item results will then be grouped into: (1) Now, (2) Important, (3) Someday and (4) Future by following rules

(1) Now: start-date of today or older (2) Important: above defined priority - default < 80 (3) Someday: all items with below defined priority - default >= 80 (4) Future: start-date in the future

This gives a system similar to what is described by https://www.michaellinenberger.com/mywn-book.html http://blog.clearcontext.com/WindowsLiveWriter/conveyorIdeal2.png

morstin avatar Apr 11 '20 14:04 morstin

For people who may interest, I have my performance improvement on my fork too.

jfcherng avatar Jul 09 '20 13:07 jfcherng

For people who may interest, I have my performance improvement on my fork too.

If using set, seen_paths is not needed anymore I believe.

dg-pb avatar Dec 13 '23 16:12 dg-pb