taskopen icon indicating copy to clipboard operation
taskopen copied to clipboard

use uuid.short for tasknote filenames

Open linuxcaffe opened this issue 9 years ago • 3 comments

Having tasknotes with full uuids as filenames is (imho) cumbersome and unnecessary. This RFE is to have taskopen use uuid.short for tasknotes, still having a low risk of name-collision, but with less crazy-wide files listings.

linuxcaffe avatar Aug 05 '16 14:08 linuxcaffe

Can you give an example for how to get the uuid.short of a task?

jschlatow avatar Aug 05 '16 15:08 jschlatow

In a report, one can use uuid.short, but otherwise simply truncate everything after (and including) the first "-".

linuxcaffe avatar Aug 06 '16 00:08 linuxcaffe

I suppose this can be easily implemented in the editnote script.

jschlatow avatar Aug 06 '16 11:08 jschlatow