NOTE

PS: Note Creator

authorgemini-cli aliasesps-note-creator, create-yanp-note.ps1, note-scaffolding titlePS: Note Creator statusactive date2026-04-24 typepermanent

PS: Note Creator

create-yanp-note.ps1 is a velocity tool designed to automate the creation of YANP-compliant notes.

Automation Logic

  • Filename Sanitization: Automatically converts human-readable titles (e.g., "My New Note") to kebab-case (my-new-note.md).
  • Frontmatter Scaffolding: Injects standardized metadata including title, author, date, status, and type.
  • Dating: Uses the system date for the date field.

Usage

powershell.exe -ExecutionPolicy Bypass -File 02_System/create-yanp-note.ps1 -Title "Note Name" -Type "permanent"

References