Files
obsidian-tannersearch/src/stores.ts
Simon Cambier 0d3286de04 Removed indexedNotes from stores
Since the components don't need to access it anymore
2022-04-20 16:38:23 +02:00

8 lines
181 B
TypeScript

import { writable } from 'svelte/store'
import type OmnisearchPlugin from './main'
/**
* A reference to the plugin instance
*/
export const plugin = writable<OmnisearchPlugin>()