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 729781c commit 3b01378Copy full SHA for 3b01378
src/frontmatterImageEditorExtension.ts
@@ -10,7 +10,7 @@ import {
10
EditorView,
11
WidgetType,
12
} from "@codemirror/view";
13
-import FrontmatterImagePlugin from "main";
+import FrontmatterImagePlugin from "./main";
14
import { Pos, TFile } from "obsidian";
15
16
export interface FrontmatterImageStateFieldValue {
0 commit comments