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