replace json.stringify with proper processing, fix small issues with Ephemral state, added worker (inactive)

This commit is contained in:
zsviczian
2024-08-25 16:08:12 +02:00
parent 8466c42217
commit e890e4489b
16 changed files with 265 additions and 31 deletions

View File

@@ -3,7 +3,6 @@ import { REG_LINKINDEX_INVALIDCHARS } from "../constants/constants";
import { t } from "../lang/helpers";
export class InsertCommandDialog extends FuzzySuggestModal<TFile> {
public app: App;
private addText: Function;
destroy() {