1774767884
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<%*
|
||||
const vaultPath = tp.app.vault.adapter.basePath;
|
||||
const command = `wt -d "${vaultPath}"`;
|
||||
const { exec } = require("node:child_process");
|
||||
exec(command);
|
||||
return "";
|
||||
-%>
|
||||
Reference in New Issue
Block a user