jschlatow / taskopen

Tool for taking notes and open urls with taskwarrior
GNU General Public License v2.0
368 stars 32 forks source link

notes_create routine #63

Closed linuxcaffe closed 3 years ago

linuxcaffe commented 11 years ago

notes_create_missing Would create a "Notes" annotation for every pending task that had a corresponding /notefiles/UUID.txt, but was missing the Notes link.

linuxcaffe commented 11 years ago

possible functions;

notes_create call task to mod annotation Notes: if none exist.

notes_missing_check looks for orphaned UUID.txt files

notes_create_missing creates Notes: annotations for all pending tasks, where UUID.txt exists, but Notes: does not.

None of these create a UUID.txt file, that happens (if needed) when the notefile is opened.