170 B
170 B
<%*
const vaultPath = tp.app.vault.adapter.basePath;
const command = wt -d "${vaultPath}";
const { exec } = require("node:child_process");
exec(command);
return "";
-%>
<%*
const vaultPath = tp.app.vault.adapter.basePath;
const command = wt -d "${vaultPath}";
const { exec } = require("node:child_process");
exec(command);
return "";
-%>