static L listLocalSnippets() { ret map(fileInDirWithExtension(localSnippetsDir(), ".text"), func(File f) -> Snippet { ret Snippet(firstIntAsString(f.getName()), getFileInfoField(dropExtension(f), "title", md5OfFile(f))); }); }