#34 - aliases have the same weight as the basename

This commit is contained in:
Simon Cambier
2022-05-11 09:28:25 +02:00
parent a395a77e5b
commit 0cdb3c84a9
6 changed files with 72 additions and 9 deletions

4
src/types.d.ts vendored
View File

@@ -4,4 +4,8 @@ declare module 'obsidian' {
interface MetadataCache {
isUserIgnored?(path: string): boolean
}
interface FrontMatterCache {
aliases?: string[] | string
}
}