(root: string)
| 714 | } |
| 715 | |
| 716 | function noteCommentsRoot(root: string): string { |
| 717 | return path.join(root, INTERNAL_VAULT_DIR, NOTE_COMMENTS_DIR) |
| 718 | } |
| 719 | |
| 720 | function noteCommentsPath(root: string, rel: string): string { |
| 721 | return resolveSafe(noteCommentsRoot(root), `${toPosix(rel)}${NOTE_COMMENTS_SUFFIX}`) |