type
Add A Type
Section titled “Add A Type”pkm type add dag --template dag-template.md --dir Notes/DAGs --scope globalThe template is copied into .pkm/types/, and new notes of that type are written to the configured directory.
List Types
Section titled “List Types”pkm type listpkm type list --scope projectShow A Type
Section titled “Show A Type”pkm type show dagRemove A Type
Section titled “Remove A Type”pkm type remove dag --scope globalRemoving a type unregisters it. It does not delete existing notes or template files.
Inheritance
Section titled “Inheritance”pkm type add etl-dag --template etl-template.md --dir Notes/ETL --base dagThe base field is informational today, but useful for organizing related type families.