<%* const file = tp.config.target_file; await app.fileManager.processFrontMatter(file, (frontmatter) => { // If it's true, make it false. If it's false, null, or missing, make it true. frontmatter["publish"] = !frontmatter["publish"]; }); %>