mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
Added right share url link
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user