Fixed functions to get tags and aliases

This commit is contained in:
Simon Cambier
2022-10-22 20:55:48 +02:00
parent 9beed2311f
commit 6c80b759ff
3 changed files with 14 additions and 46 deletions

View File

@@ -5,11 +5,6 @@ declare module 'obsidian' {
isUserIgnored?(path: string): boolean
}
interface FrontMatterCache {
aliases?: string[] | string
tags?: string[] | string
}
interface ViewState {
state?: {
file?: string