mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-30 00:48:36 +08:00
Update use file modify instead of fs write
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
import { Notice, requestUrl,TFile,normalizePath, App } from "obsidian";
|
||||
import { Client } from "@notionhq/client";
|
||||
import { markdownToBlocks, } from "@tryfabric/martian";
|
||||
import * as fs from "fs";
|
||||
import * as yamlFrontMatter from "yaml-front-matter";
|
||||
import * as yaml from "yaml"
|
||||
import MyPlugin from "main";
|
||||
import { join } from "path";
|
||||
import { CLIENT_RENEG_LIMIT } from "tls";
|
||||
|
||||
export class Upload2Notion {
|
||||
app: MyPlugin;
|
||||
|
||||
Reference in New Issue
Block a user