mirror of
https://github.com/mara-li/obsidian-my-thesaurus.git
synced 2026-07-22 05:38:22 +00:00
refactor: get thesaurus before parsing the contents
This commit is contained in:
commit
bf78b0d5ca
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import i18next from "i18next";
|
||||
import { Notice, Plugin, TFile, sanitizeHTMLToDom } from "obsidian";
|
||||
import { resources, translationLanguage } from "./i18n";
|
||||
|
||||
import { DEFAULT_SETTINGS, type MyThesaurusSettings, type Thesaurus } from "./interfaces";
|
||||
import { MyThesaurusSettingTab } from "./settings";
|
||||
import "uniformize";
|
||||
|
|
|
|||
Loading…
Reference in a new issue