Feature/2 ignore folders (#42)
* Updated README * #2 - using Obsidian's "Excluded files" setting to downrank results * #2 - using the correct api
This commit is contained in:
7
src/types.d.ts
vendored
Normal file
7
src/types.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { type MetadataCache } from 'obsidian'
|
||||
|
||||
declare module 'obsidian' {
|
||||
interface MetadataCache {
|
||||
isUserIgnored(path:string):boolean
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user