From f3fe8e7835dd84e739da1a068f8102b393ffa484 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 18 Jun 2022 00:12:36 +0800 Subject: [PATCH] Added right share url link --- Upload2Notion.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Upload2Notion.ts b/Upload2Notion.ts index 108e6e5..4198672 100644 --- a/Upload2Notion.ts +++ b/Upload2Notion.ts @@ -136,12 +136,4 @@ export class Upload2Notion { new Notice(`write file error ${error}`) } } - - - getFilePath(file: TFile): string { - const basePath: string = file.vault.adapter.getBasePath(); - const filePath: string = file.path; - const fullPath = normalizePath(join(basePath, filePath)); - return fullPath; - } }