update martian

This commit is contained in:
Jiaxin Peng
2024-08-18 13:07:52 +01:00
parent b8a02c49f1
commit 3b774552af
9 changed files with 22 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
import { App, Notice, requestUrl, TFile } from "obsidian";
import { Client } from '@notionhq/client';
import { markdownToBlocks, } from "@tryfabric/martian";
import { markdownToBlocks, } from "@jxpeng98/martian";
import * as yamlFrontMatter from "yaml-front-matter";
// import * as yaml from "yaml"
import MyPlugin from "src/main";