(relPath: string)
| 1991 | } |
| 1992 | |
| 1993 | function noteFolderFromRelPath(relPath: string): NoteFolder | null { |
| 1994 | return folderForRelativePath(relPath) |
| 1995 | } |
| 1996 | |
| 1997 | // A directory entry counts as a markdown note when it's a real .md file |
| 1998 | // or a symlink that resolves to one. readdir's Dirent reports a symlink |
no test coverage detected