complete the basic customisation feature

This commit is contained in:
Jiaxin Peng
2023-11-16 01:00:52 +00:00
parent b978cf7e01
commit 6ce689ba96
8 changed files with 86 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
import {App, Notice, TFile} from "obsidian";
import { App, Notice, TFile } from "obsidian";
import ObsidianSyncNotionPlugin from "../main";
import {PluginSettings} from "../ui/settingTabs";
import { PluginSettings } from "../ui/settingTabs";
export async function updateYamlInfo(
yamlContent: string,
@@ -9,7 +9,7 @@ export async function updateYamlInfo(
app: App,
plugin: ObsidianSyncNotionPlugin,
) {
let {url, id} = res.json
let { url, id } = res.json
// replace www to notionID
const { notionUser } = plugin.settings;