#34 - aliases have the same weight as the basename
This commit is contained in:
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
@@ -4,4 +4,8 @@ declare module 'obsidian' {
|
||||
interface MetadataCache {
|
||||
isUserIgnored?(path: string): boolean
|
||||
}
|
||||
|
||||
interface FrontMatterCache {
|
||||
aliases?: string[] | string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user