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, andtype. - Dating: Uses the system date for the
datefield.
Usage
powershell.exe -ExecutionPolicy Bypass -File 02_System/create-yanp-note.ps1 -Title "Note Name" -Type "permanent"