Add/update YAML frontmatter in markdown
Adds or updates YAML frontmatter in markdown files with customizable templates.
/plugin marketplace add cadrianmae/claude-marketplace/plugin install pandoc@cadrianmae-claude-marketplace<file> [template-type]Ask Claude to add or update YAML frontmatter in your markdown file.
Minimal Frontmatter:
---
title: "Document Title"
author: "Your Name"
date: "Date"
---
Academic Paper:
---
title: "Research Paper"
author: "Student Name"
date: "November 2024"
bibliography: references.bib
csl: harvard.csl
documentclass: report
fontsize: 12pt
geometry: margin=1in
numbersections: true
toc: true
---
Common Fields:
title - Document titleauthor - Author name(s)date - Publication datebibliography - Path to .bib filecsl - Citation style filelang - Language (en-GB, en-US)"Add frontmatter to this markdown file" "Update my document with academic template frontmatter" "This file needs proper YAML frontmatter"