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