| 1 | import { App, TFile } from "obsidian"; |
| 2 | import type { Extension } from "@codemirror/state"; |
| 3 | import type { EmbeddableMarkdownEditor } from "../editor/EmbeddableMarkdownEditor"; |
| 4 | import { createTaskNotesLogger } from "../utils/tasknotesLogger"; |
nothing calls this directly
no test coverage detected