We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9140432 commit feaebc1Copy full SHA for feaebc1
src/Plugin.ts
@@ -4,6 +4,7 @@ import type {
4
EditorPosition,
5
FrontmatterLinkCache,
6
MenuSeparator,
7
+ RenderContext,
8
TAbstractFile
9
} from 'obsidian';
10
import type { FrontmatterLinkCacheWithOffsets } from 'obsidian-dev-utils/obsidian/FrontmatterLinkCacheWithOffsets';
@@ -15,8 +16,7 @@ import type {
15
16
BasesList,
17
BasesNote,
18
BasesView,
- ClickableToken,
19
- RenderContext
+ ClickableToken
20
} from 'obsidian-typings';
21
22
import {
0 commit comments