Compare commits

..

2 Commits
0.3.0 ... 0.3.3

Author SHA1 Message Date
chris
c701acbfaa Added ignore 2022-05-24 14:40:36 +08:00
chris
d8c755cfce remove package lock 2022-05-24 14:38:02 +08:00
3 changed files with 2 additions and 2893 deletions

File diff suppressed because one or more lines are too long

View File

@@ -95,6 +95,7 @@ export default class MyPlugin extends Plugin {
const nowFile = app.workspace.getActiveFile(); const nowFile = app.workspace.getActiveFile();
if (nowFile) { if (nowFile) {
const filePath: string = nowFile.path; const filePath: string = nowFile.path;
// @ts-ignore
const basePath: string = nowFile.vault.adapter.basePath; const basePath: string = nowFile.vault.adapter.basePath;
const fullPath = join(basePath, filePath); const fullPath = join(basePath, filePath);
console.log("fullpath", fullPath); console.log("fullpath", fullPath);

2892
package-lock.json generated

File diff suppressed because it is too large Load Diff